GES.VideoTransition¶
- Subclasses:
None
Methods¶
- Inherited:
GES.TrackElement (22), GES.TimelineElement (38), GObject.Object (37), GES.Extractable (3), GES.MetaContainer (40)
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The border width |
||
r/w |
Whether the transition is inverted |
||
r/w |
The type of the transition |
Signals¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GES.VideoTransition(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- get_border()[source]¶
- Returns:
The border values of self or -1 if not meaningful (this will happen when not using a smpte transition).
- Return type:
Get the border property of self, this value represents the border width of the transition.
Deprecated since version 1.20: Use
GES.TimelineElement.get_child_property
instead.
- get_transition_type()[source]¶
- Returns:
The transition type used by self.
- Return type:
Get the transition type used by self.
- is_inverted()[source]¶
- Returns:
The invert value of self
- Return type:
Get the invert property of self, this value represents the direction of the transition.
Deprecated since version 1.20: Use
GES.TimelineElement.get_child_property
instead.
- set_border(value)[source]¶
- Parameters:
value (
int
) – The value of the border to set on object
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.
Deprecated since version 1.20: Use
GES.TimelineElement.set_child_property
instead.
- set_inverted(inverted)[source]¶
-
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.
Deprecated since version 1.20: Use
GES.TimelineElement.set_child_property
instead.
- set_transition_type(type)[source]¶
- Parameters:
type (
GES.VideoStandardTransitionType
) – aGES.VideoStandardTransitionType
- Returns:
True
if the transition type was properly changed, elseFalse
.- Return type:
Sets the transition being used to type.
Property Details¶
- GES.VideoTransition.props.border¶
-
This value represents the border width of the transition.
- GES.VideoTransition.props.invert¶
-
This value represents the direction of the transition.
Deprecated since version 1.20: Use ges_timeline_element_[sg]et_child_property instead.
- GES.VideoTransition.props.transition_type¶
- Name:
transition-type
- Type:
- Default Value:
- Flags:
The type of the transition