windows::Win32::Media::DirectShow

Trait IWMCodecAMVideoAccelerator_Impl

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

Required Methods§

fn SetAcceleratorInterface( &self, piamva: Ref<'_, IAMVideoAccelerator>, ) -> Result<()>

fn NegotiateConnection(&self, 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§