[][src]Struct winapi::um::dxvahd::IDXVAHD_DeviceVtbl

#[repr(C)]
pub struct IDXVAHD_DeviceVtbl {
    pub parent: IUnknownVtbl,
    pub CreateVideoSurface: unsafe extern "system" fn(This: *mut IDXVAHD_Device, Width: UINT, Height: UINT, Format: D3DFORMAT, Pool: D3DPOOL, Usage: DWORD, Type: DXVAHD_SURFACE_TYPE, NumSurfaces: UINT, ppSurfaces: *mut *mut IDirect3DSurface9, pSharedHandle: *mut HANDLE) -> HRESULT,
    pub GetVideoProcessorDeviceCaps: unsafe extern "system" fn(This: *mut IDXVAHD_Device, pCaps: *mut DXVAHD_VPDEVCAPS) -> HRESULT,
    pub GetVideoProcessorOutputFormats: unsafe extern "system" fn(This: *mut IDXVAHD_Device, Count: UINT, pFormats: *mut D3DFORMAT) -> HRESULT,
    pub GetVideoProcessorInputFormats: unsafe extern "system" fn(This: *mut IDXVAHD_Device, Count: UINT, pFormats: *mut D3DFORMAT) -> HRESULT,
    pub GetVideoProcessorCaps: unsafe extern "system" fn(This: *mut IDXVAHD_Device, Count: UINT, pCaps: *mut DXVAHD_VPCAPS) -> HRESULT,
    pub GetVideoProcessorCustomRates: unsafe extern "system" fn(This: *mut IDXVAHD_Device, pVPGuid: *const GUID, Count: UINT, pRates: *mut DXVAHD_CUSTOM_RATE_DATA) -> HRESULT,
    pub GetVideoProcessorFilterRange: unsafe extern "system" fn(This: *mut IDXVAHD_Device, Filter: DXVAHD_FILTER, pRange: *mut DXVAHD_FILTER_RANGE_DATA) -> HRESULT,
    pub CreateVideoProcessor: unsafe extern "system" fn(This: *mut IDXVAHD_Device, pVPGuid: *const GUID, ppVideoProcessor: *mut *mut IDXVAHD_VideoProcessor) -> HRESULT,
}

Fields

parent: IUnknownVtblCreateVideoSurface: unsafe extern "system" fn(This: *mut IDXVAHD_Device, Width: UINT, Height: UINT, Format: D3DFORMAT, Pool: D3DPOOL, Usage: DWORD, Type: DXVAHD_SURFACE_TYPE, NumSurfaces: UINT, ppSurfaces: *mut *mut IDirect3DSurface9, pSharedHandle: *mut HANDLE) -> HRESULTGetVideoProcessorDeviceCaps: unsafe extern "system" fn(This: *mut IDXVAHD_Device, pCaps: *mut DXVAHD_VPDEVCAPS) -> HRESULTGetVideoProcessorOutputFormats: unsafe extern "system" fn(This: *mut IDXVAHD_Device, Count: UINT, pFormats: *mut D3DFORMAT) -> HRESULTGetVideoProcessorInputFormats: unsafe extern "system" fn(This: *mut IDXVAHD_Device, Count: UINT, pFormats: *mut D3DFORMAT) -> HRESULTGetVideoProcessorCaps: unsafe extern "system" fn(This: *mut IDXVAHD_Device, Count: UINT, pCaps: *mut DXVAHD_VPCAPS) -> HRESULTGetVideoProcessorCustomRates: unsafe extern "system" fn(This: *mut IDXVAHD_Device, pVPGuid: *const GUID, Count: UINT, pRates: *mut DXVAHD_CUSTOM_RATE_DATA) -> HRESULTGetVideoProcessorFilterRange: unsafe extern "system" fn(This: *mut IDXVAHD_Device, Filter: DXVAHD_FILTER, pRange: *mut DXVAHD_FILTER_RANGE_DATA) -> HRESULTCreateVideoProcessor: unsafe extern "system" fn(This: *mut IDXVAHD_Device, pVPGuid: *const GUID, ppVideoProcessor: *mut *mut IDXVAHD_VideoProcessor) -> 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]