[][src]Trait gstreamer::subclass::device::DeviceImpl

pub trait DeviceImpl: DeviceImplExt + ObjectImpl + Send + Sync + 'static {
    fn create_element(
        &self,
        device: &Device,
        name: Option<&str>
    ) -> Result<Element, LoggableError> { ... }
fn reconfigure_element(
        &self,
        device: &Device,
        element: &Element
    ) -> Result<(), LoggableError> { ... } }

Provided methods

fn create_element(
    &self,
    device: &Device,
    name: Option<&str>
) -> Result<Element, LoggableError>

fn reconfigure_element(
    &self,
    device: &Device,
    element: &Element
) -> Result<(), LoggableError>

Loading content...

Implementors

Loading content...