gstreamer_pbutils::encoding_profile

Trait EncodingProfileExtManual

Source
pub trait EncodingProfileExtManual: IsA<EncodingProfile> + 'static {
    // Provided method
    fn element_properties(&self) -> Option<ElementProperties> { ... }
}

Provided Methods§

Source

fn element_properties(&self) -> Option<ElementProperties>

§Returns

The properties that are going to be set on the underlying element

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§