[][src]Struct winapi::um::dxva2api::IDirectXVideoDecoderServiceVtbl

#[repr(C)]
pub struct IDirectXVideoDecoderServiceVtbl {
    pub parent: IDirectXVideoAccelerationServiceVtbl,
    pub GetDecoderDeviceGuids: unsafe extern "system" fn(This: *mut IDirectXVideoDecoderService, pCount: *mut UINT, pGuids: *mut *mut GUID) -> HRESULT,
    pub GetDecoderRenderTargets: unsafe extern "system" fn(This: *mut IDirectXVideoDecoderService, Guid: REFGUID, pCount: *mut UINT, pFormats: *mut *mut D3DFORMAT) -> HRESULT,
    pub GetDecoderConfigurations: unsafe extern "system" fn(This: *mut IDirectXVideoDecoderService, Guid: REFGUID, pVideoDesc: *const DXVA2_VideoDesc, pReserved: *mut c_void, pCount: *mut UINT, ppConfigs: *mut *mut DXVA2_ConfigPictureDecode) -> HRESULT,
    pub CreateVideoDecoder: unsafe extern "system" fn(This: *mut IDirectXVideoDecoderService, Guid: REFGUID, pVideoDesc: *const DXVA2_VideoDesc, pConfig: *const DXVA2_ConfigPictureDecode, ppDecoderRenderTargets: *mut *mut IDirect3DSurface9, NumRenderTargets: UINT, ppDecode: *mut *mut IDirectXVideoDecoder) -> HRESULT,
}

Fields

parent: IDirectXVideoAccelerationServiceVtblGetDecoderDeviceGuids: unsafe extern "system" fn(This: *mut IDirectXVideoDecoderService, pCount: *mut UINT, pGuids: *mut *mut GUID) -> HRESULTGetDecoderRenderTargets: unsafe extern "system" fn(This: *mut IDirectXVideoDecoderService, Guid: REFGUID, pCount: *mut UINT, pFormats: *mut *mut D3DFORMAT) -> HRESULTGetDecoderConfigurations: unsafe extern "system" fn(This: *mut IDirectXVideoDecoderService, Guid: REFGUID, pVideoDesc: *const DXVA2_VideoDesc, pReserved: *mut c_void, pCount: *mut UINT, ppConfigs: *mut *mut DXVA2_ConfigPictureDecode) -> HRESULTCreateVideoDecoder: unsafe extern "system" fn(This: *mut IDirectXVideoDecoderService, Guid: REFGUID, pVideoDesc: *const DXVA2_VideoDesc, pConfig: *const DXVA2_ConfigPictureDecode, ppDecoderRenderTargets: *mut *mut IDirect3DSurface9, NumRenderTargets: UINT, ppDecode: *mut *mut IDirectXVideoDecoder) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]