Trait gstreamer_pbutils::prelude::EncodingProfileExt

source ·
pub trait EncodingProfileExt: IsA<EncodingProfile> + Sealed + 'static {
Show 15 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 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 connect_element_properties_notify<F: Fn(&Self) + Send + Sync + 'static>( &self, f: F, ) -> SignalHandlerId

Available on crate feature v1_20 only.

Object Safety§

This trait is not object safe.

Implementors§