[−][src]Trait gstreamer_editing_services::UriClipExt
Required methods
fn get_uri(&self) -> Option<GString>
fn is_image(&self) -> bool
fn is_muted(&self) -> bool
Lets you know if the audio track of self is muted or not.
Returns
true if the audio track of self is muted, false otherwise.
fn set_is_image(&self, is_image: bool)
Sets whether the clip is a still image or not.
is_image
true if self is a still image, false otherwise
fn set_mute(&self, mute: bool)
Sets whether the audio track of this clip is muted or not.
mute
true to mute self audio track, false to unmute it
fn get_property_is_image(&self) -> bool
Whether this uri clip represents a still image or not. This must be set before create_track_elements is called.
fn get_property_mute(&self) -> bool
Whether the sound will be played or not.
fn connect_property_is_image_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_mute_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_supported_formats_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<UriClip>> UriClipExt for O[src]
fn get_uri(&self) -> Option<GString>[src]
fn is_image(&self) -> bool[src]
fn is_muted(&self) -> bool[src]
fn set_is_image(&self, is_image: bool)[src]
fn set_mute(&self, mute: bool)[src]
fn get_property_is_image(&self) -> bool[src]
fn get_property_mute(&self) -> bool[src]
fn connect_property_is_image_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_mute_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_supported_formats_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId