windows::Win32::Media::MediaFoundation

Trait IDirectXVideoMemoryConfiguration_Impl

pub trait IDirectXVideoMemoryConfiguration_Impl: IUnknownImpl {
    // Required methods
    fn GetAvailableSurfaceTypeByIndex(
        &self,
        dwtypeindex: u32,
    ) -> Result<DXVA2_SurfaceType>;
    fn SetSurfaceType(&self, dwtype: DXVA2_SurfaceType) -> Result<()>;
}

Required Methods§

fn GetAvailableSurfaceTypeByIndex( &self, dwtypeindex: u32, ) -> Result<DXVA2_SurfaceType>

fn SetSurfaceType(&self, dwtype: DXVA2_SurfaceType) -> 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§