Trait wireplumber::session::SiFactoryExt

source ·
pub trait SiFactoryExt: IsA<SiFactory> + Sealed + 'static {
    // Provided methods
    fn construct(&self, core: &Core) -> Option<SessionItem> { ... }
    fn name(&self) -> Option<GString> { ... }
}

Provided Methods§

source

fn construct(&self, core: &Core) -> Option<SessionItem>

source

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

Object Safety§

This trait is not object safe.

Implementors§