Trait IMFExtendedCameraController_Impl
pub trait IMFExtendedCameraController_Impl: IUnknownImpl {
// Required method
fn GetExtendedCameraControl(
&self,
dwstreamindex: u32,
ulpropertyid: u32,
) -> Result<IMFExtendedCameraControl>;
}
Required Methods§
fn GetExtendedCameraControl( &self, dwstreamindex: u32, ulpropertyid: u32, ) -> Result<IMFExtendedCameraControl>
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.