Trait IMFVideoProcessorControl2_Impl
pub trait IMFVideoProcessorControl2_Impl: IMFVideoProcessorControl_Impl {
// Required methods
fn SetRotationOverride(&self, uirotation: u32) -> Result<()>;
fn EnableHardwareEffects(&self, fenabled: BOOL) -> Result<()>;
fn GetSupportedHardwareEffects(&self) -> Result<u32>;
}
Required Methods§
fn SetRotationOverride(&self, uirotation: u32) -> Result<()>
fn EnableHardwareEffects(&self, fenabled: BOOL) -> Result<()>
fn GetSupportedHardwareEffects(&self) -> Result<u32>
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.