[−][src]Trait gstreamer_editing_services::prelude::GroupExt
Required methods
fn get_property_duration(&self) -> u64
An overwrite of the TimelineElement:duration
property. For a
Group
, this is the difference between the earliest
TimelineElement:start
time and the latest end time (given by
TimelineElement:start
+ TimelineElement:duration
) amongst
its children.
fn set_property_duration(&self, duration: u64)
An overwrite of the TimelineElement:duration
property. For a
Group
, this is the difference between the earliest
TimelineElement:start
time and the latest end time (given by
TimelineElement:start
+ TimelineElement:duration
) amongst
its children.
fn get_property_in_point(&self) -> u64
An overwrite of the TimelineElement:in-point
property. This has
no meaning for a group and should not be set.
fn set_property_in_point(&self, in_point: u64)
An overwrite of the TimelineElement:in-point
property. This has
no meaning for a group and should not be set.
fn get_property_max_duration(&self) -> u64
An overwrite of the TimelineElement:max-duration
property. This
has no meaning for a group and should not be set.
fn set_property_max_duration(&self, max_duration: u64)
An overwrite of the TimelineElement:max-duration
property. This
has no meaning for a group and should not be set.
fn get_property_priority(&self) -> u32
An overwrite of the TimelineElement:priority
property.
Setting TimelineElement
priorities is deprecated as all priority
management is now done by GES itself.
fn set_property_priority(&self, priority: u32)
An overwrite of the TimelineElement:priority
property.
Setting TimelineElement
priorities is deprecated as all priority
management is now done by GES itself.
fn get_property_start(&self) -> u64
An overwrite of the TimelineElement:start
property. For a
Group
, this is the earliest TimelineElement:start
time
amongst its children.
fn set_property_start(&self, start: u64)
An overwrite of the TimelineElement:start
property. For a
Group
, this is the earliest TimelineElement:start
time
amongst its children.
fn connect_property_duration_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_in_point_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_max_duration_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_priority_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_start_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<Group>> GroupExt for O
[src]
fn get_property_duration(&self) -> u64
[src]
fn set_property_duration(&self, duration: u64)
[src]
fn get_property_in_point(&self) -> u64
[src]
fn set_property_in_point(&self, in_point: u64)
[src]
fn get_property_max_duration(&self) -> u64
[src]
fn set_property_max_duration(&self, max_duration: u64)
[src]
fn get_property_priority(&self) -> u32
[src]
fn set_property_priority(&self, priority: u32)
[src]
fn get_property_start(&self) -> u64
[src]
fn set_property_start(&self, start: u64)
[src]
fn connect_property_duration_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_in_point_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_max_duration_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_priority_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_start_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId