Top | ![]() |
![]() |
![]() |
![]() |
GESVideoTransition * | ges_video_transition_new () |
gboolean | ges_video_transition_set_transition_type () |
void | ges_video_transition_set_border () |
gint | ges_video_transition_get_border () |
void | ges_video_transition_set_inverted () |
gboolean | ges_video_transition_is_inverted () |
guint | border | Read / Write |
gboolean | invert | Read / Write |
GESVideoStandardTransitionType | transition-type | Read / Write |
GObject ╰── GInitiallyUnowned ╰── GESTimelineElement ╰── GESTrackElement ╰── GESOperation ╰── GESTransition ╰── GESVideoTransition
GESVideoTransition *
ges_video_transition_new (void
);
Creates a new GESVideoTransition.
The newly created
GESVideoTransition, or NULL
if there was an error.
[transfer floating][nullable]
gboolean ges_video_transition_set_transition_type (GESVideoTransition *self
,GESVideoStandardTransitionType type
);
Sets the transition being used to type
.
void ges_video_transition_set_border (GESVideoTransition *self
,guint value
);
Set the border property of self
, this value represents
the border width of the transition. In case this value does
not make sense for the current transition type, it is cached
for later use.
self |
The GESVideoTransition to set the border to |
|
value |
The value of the border to set on |
gint
ges_video_transition_get_border (GESVideoTransition *self
);
Get the border property of self
, this value represents
the border width of the transition.
void ges_video_transition_set_inverted (GESVideoTransition *self
,gboolean inverted
);
Set the invert property of self
, this value represents
the direction of the transition. In case this value does
not make sense for the current transition type, it is cached
for later use.
self |
The GESVideoTransition to set invert on |
|
inverted |
|
gboolean
ges_video_transition_is_inverted (GESVideoTransition *self
);
Get the invert property of self
, this value represents
the direction of the transition.
“border”
property “border” guint
This value represents the border width of the transition.
Owner: GESVideoTransition
Flags: Read / Write
Default value: 0
“invert”
property “invert” gboolean
This value represents the direction of the transition.
Owner: GESVideoTransition
Flags: Read / Write
Default value: FALSE
“transition-type”
property“transition-type” GESVideoStandardTransitionType
The type of the transition.
Owner: GESVideoTransition
Flags: Read / Write
Default value: GES_VIDEO_STANDARD_TRANSITION_TYPE_CROSSFADE