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

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

Fields

lpVtbl: *const IDirectXVideoDecoderServiceVtbl

Methods

impl IDirectXVideoDecoderService[src]

pub unsafe fn GetDecoderDeviceGuids(
    &self,
    pCount: *mut UINT,
    pGuids: *mut *mut GUID
) -> HRESULT
[src]

pub unsafe fn GetDecoderRenderTargets(
    &self,
    Guid: REFGUID,
    pCount: *mut UINT,
    pFormats: *mut *mut D3DFORMAT
) -> HRESULT
[src]

pub unsafe fn GetDecoderConfigurations(
    &self,
    Guid: REFGUID,
    pVideoDesc: *const DXVA2_VideoDesc,
    pReserved: *mut c_void,
    pCount: *mut UINT,
    ppConfigs: *mut *mut DXVA2_ConfigPictureDecode
) -> HRESULT
[src]

pub unsafe fn CreateVideoDecoder(
    &self,
    Guid: REFGUID,
    pVideoDesc: *const DXVA2_VideoDesc,
    pConfig: *const DXVA2_ConfigPictureDecode,
    ppDecoderRenderTargets: *mut *mut IDirect3DSurface9,
    NumRenderTargets: UINT,
    ppDecode: *mut *mut IDirectXVideoDecoder
) -> HRESULT
[src]

Methods from Deref<Target = IDirectXVideoAccelerationService>

pub unsafe fn CreateSurface(
    &self,
    Width: UINT,
    Height: UINT,
    BackBuffers: UINT,
    Format: D3DFORMAT,
    Pool: D3DPOOL,
    Usage: DWORD,
    DxvaType: DWORD,
    ppSurface: *mut *mut IDirect3DSurface9,
    pSharedHandle: *mut HANDLE
) -> HRESULT
[src]

Trait Implementations

impl Interface for IDirectXVideoDecoderService[src]

impl Deref for IDirectXVideoDecoderService[src]

type Target = IDirectXVideoAccelerationService

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]