Trait gstreamer::prelude::PluginApiExt

source ·
pub trait PluginApiExt {
    // Required methods
    fn mark_as_plugin_api(self, flags: PluginAPIFlags);
    fn plugin_api_flags(self) -> Option<PluginAPIFlags>;
    fn set_skip_documentation(self);
    fn skip_documentation(self) -> bool;
}

Required Methods§

source

fn mark_as_plugin_api(self, flags: PluginAPIFlags)

Available on crate feature v1_18 only.
source

fn plugin_api_flags(self) -> Option<PluginAPIFlags>

Available on crate feature v1_18 only.
source

fn set_skip_documentation(self)

source

fn skip_documentation(self) -> bool

Implementations on Foreign Types§

source§

impl PluginApiExt for Type

source§

fn set_skip_documentation(self)

source§

fn skip_documentation(self) -> bool

source§

fn plugin_api_flags(self) -> Option<PluginAPIFlags>

Available on crate feature v1_18 only.
source§

fn mark_as_plugin_api(self, flags: PluginAPIFlags)

Available on crate feature v1_18 only.

Implementors§