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

#[repr(C)]
pub struct IDXVAHD_Device { pub lpVtbl: *const IDXVAHD_DeviceVtbl, }

Fields

lpVtbl: *const IDXVAHD_DeviceVtbl

Methods

impl IDXVAHD_Device[src]

pub unsafe fn CreateVideoSurface(
    &self,
    Width: UINT,
    Height: UINT,
    Format: D3DFORMAT,
    Pool: D3DPOOL,
    Usage: DWORD,
    Type: DXVAHD_SURFACE_TYPE,
    NumSurfaces: UINT,
    ppSurfaces: *mut *mut IDirect3DSurface9,
    pSharedHandle: *mut HANDLE
) -> HRESULT
[src]

pub unsafe fn GetVideoProcessorDeviceCaps(
    &self,
    pCaps: *mut DXVAHD_VPDEVCAPS
) -> HRESULT
[src]

pub unsafe fn GetVideoProcessorOutputFormats(
    &self,
    Count: UINT,
    pFormats: *mut D3DFORMAT
) -> HRESULT
[src]

pub unsafe fn GetVideoProcessorInputFormats(
    &self,
    Count: UINT,
    pFormats: *mut D3DFORMAT
) -> HRESULT
[src]

pub unsafe fn GetVideoProcessorCaps(
    &self,
    Count: UINT,
    pCaps: *mut DXVAHD_VPCAPS
) -> HRESULT
[src]

pub unsafe fn GetVideoProcessorCustomRates(
    &self,
    pVPGuid: *const GUID,
    Count: UINT,
    pRates: *mut DXVAHD_CUSTOM_RATE_DATA
) -> HRESULT
[src]

pub unsafe fn GetVideoProcessorFilterRange(
    &self,
    Filter: DXVAHD_FILTER,
    pRange: *mut DXVAHD_FILTER_RANGE_DATA
) -> HRESULT
[src]

pub unsafe fn CreateVideoProcessor(
    &self,
    pVPGuid: *const GUID,
    ppVideoProcessor: *mut *mut IDXVAHD_VideoProcessor
) -> HRESULT
[src]

Methods from Deref<Target = IUnknown>

pub unsafe fn QueryInterface(
    &self,
    riid: REFIID,
    ppvObject: *mut *mut c_void
) -> HRESULT
[src]

pub unsafe fn AddRef(&self) -> ULONG[src]

pub unsafe fn Release(&self) -> ULONG[src]

Trait Implementations

impl Interface for IDXVAHD_Device[src]

impl Deref for IDXVAHD_Device[src]

type Target = IUnknown

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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