pub trait IMFExtendedCameraController_Impl: Sized {
    // Required method
    fn GetExtendedCameraControl(
        &self,
        dwstreamindex: u32,
        ulpropertyid: u32
    ) -> Result<IMFExtendedCameraControl>;
}

Required Methods§

fn GetExtendedCameraControl( &self, dwstreamindex: u32, ulpropertyid: u32 ) -> Result<IMFExtendedCameraControl>

Object Safety§

This trait is not object safe.

Implementors§