Trait IMFVideoPositionMapper_Impl
pub trait IMFVideoPositionMapper_Impl: IUnknownImpl {
// Required method
fn MapOutputCoordinateToInputStream(
&self,
xout: f32,
yout: f32,
dwoutputstreamindex: u32,
dwinputstreamindex: u32,
pxin: *mut f32,
pyin: *mut f32,
) -> Result<()>;
}
Required Methods§
fn MapOutputCoordinateToInputStream( &self, xout: f32, yout: f32, dwoutputstreamindex: u32, dwinputstreamindex: u32, pxin: *mut f32, pyin: *mut f32, ) -> Result<()>
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.