Trait IMFVideoPresenter_Impl
pub trait IMFVideoPresenter_Impl: IMFClockStateSink_Impl {
// Required methods
fn ProcessMessage(
&self,
emessage: MFVP_MESSAGE_TYPE,
ulparam: usize,
) -> Result<()>;
fn GetCurrentMediaType(&self) -> Result<IMFVideoMediaType>;
}
Required Methods§
fn ProcessMessage( &self, emessage: MFVP_MESSAGE_TYPE, ulparam: usize, ) -> Result<()>
fn GetCurrentMediaType(&self) -> Result<IMFVideoMediaType>
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.