gstreamer::prelude

Trait GstPipelineExtManual

Source
pub trait GstPipelineExtManual: IsA<Pipeline> + 'static {
    // Provided methods
    fn set_pipeline_flags(&self, flags: PipelineFlags) { ... }
    fn unset_pipeline_flags(&self, flags: PipelineFlags) { ... }
    fn pipeline_flags(&self) -> PipelineFlags { ... }
}

Provided Methods§

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§