EncodingProfileExt

Trait EncodingProfileExt 

Source
pub trait EncodingProfileExt: IsA<EncodingProfile> + 'static {
Show 16 methods // Provided methods fn copy(&self) -> EncodingProfile { ... } fn allows_dynamic_output(&self) -> bool { ... } fn description(&self) -> Option<GString> { ... } fn file_extension(&self) -> Option<GString> { ... } fn format(&self) -> Caps { ... } fn input_caps(&self) -> Caps { ... } fn name(&self) -> Option<GString> { ... } fn presence(&self) -> u32 { ... } fn preset(&self) -> Option<GString> { ... } fn preset_name(&self) -> Option<GString> { ... } fn is_single_segment(&self) -> bool { ... } fn type_nick(&self) -> GString { ... } fn is_enabled(&self) -> bool { ... } fn is_equal(&self, b: &impl IsA<EncodingProfile>) -> bool { ... } fn to_str(&self) -> GString { ... } fn connect_element_properties_notify<F: Fn(&Self) + Send + Sync + 'static>( &self, f: F, ) -> SignalHandlerId { ... }
}

Provided Methods§

Source

fn copy(&self) -> EncodingProfile

Source

fn allows_dynamic_output(&self) -> bool

Source

fn description(&self) -> Option<GString>

Source

fn file_extension(&self) -> Option<GString>

Source

fn format(&self) -> Caps

Source

fn input_caps(&self) -> Caps

Source

fn name(&self) -> Option<GString>

Source

fn presence(&self) -> u32

Source

fn preset(&self) -> Option<GString>

Source

fn preset_name(&self) -> Option<GString>

Source

fn is_single_segment(&self) -> bool

Available on crate feature v1_18 only.
Source

fn type_nick(&self) -> GString

Source

fn is_enabled(&self) -> bool

Source

fn is_equal(&self, b: &impl IsA<EncodingProfile>) -> bool

Source

fn to_str(&self) -> GString

Available on crate feature v1_26 only.
Source

fn connect_element_properties_notify<F: Fn(&Self) + Send + Sync + 'static>( &self, f: F, ) -> SignalHandlerId

Available on crate feature v1_20 only.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§