Trait gstreamer_editing_services::prelude::UriClipExt [−][src]
pub trait UriClipExt: 'static {
fn uri(&self) -> Option<GString>;
fn is_image(&self) -> bool;
fn is_muted(&self) -> bool;
fn set_is_image(&self, is_image: bool);
fn set_mute(&self, mute: bool);
fn connect_is_image_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_mute_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_supported_formats_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}Required methods
fn uri(&self) -> Option<GString>[src]
fn is_image(&self) -> bool[src]
fn is_muted(&self) -> bool[src]
Lets you know if the audio track of self is muted or not.
Returns
fn set_is_image(&self, is_image: bool)[src]
Sets whether the clip is a still image or not.
is_image
fn set_mute(&self, mute: bool)[src]
Sets whether the audio track of this clip is muted or not.
mute
fn connect_is_image_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_mute_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId[src]
fn connect_supported_formats_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<UriClip>> UriClipExt for O[src]
impl<O: IsA<UriClip>> UriClipExt for O[src]fn 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 connect_is_image_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_mute_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId[src]
fn connect_supported_formats_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId