windows::Win32::Media::DirectShow

Trait IWMCodecVideoAccelerator_Impl

pub trait IWMCodecVideoAccelerator_Impl: IUnknownImpl {
    // Required methods
    fn NegotiateConnection(
        &self,
        piamva: Ref<'_, IAMVideoAccelerator>,
        pmediatype: *const AM_MEDIA_TYPE,
    ) -> Result<()>;
    fn SetPlayerNotify(
        &self,
        phook: Ref<'_, IWMPlayerTimestampHook>,
    ) -> Result<()>;
}

Required Methods§

fn NegotiateConnection( &self, piamva: Ref<'_, IAMVideoAccelerator>, pmediatype: *const AM_MEDIA_TYPE, ) -> Result<()>

fn SetPlayerNotify(&self, phook: Ref<'_, IWMPlayerTimestampHook>) -> 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.

Implementors§