Struct winapi::d3d11::ID3D11VideoProcessorEnumerator [] [src]

pub struct ID3D11VideoProcessorEnumerator {
    pub lpVtbl: *const ID3D11VideoProcessorEnumeratorVtbl,
}

Fields

lpVtbl

Methods

impl ID3D11VideoProcessorEnumerator
[src]

unsafe fn GetVideoProcessorContentDesc(&mut self, pContentDesc: *mut D3D11_VIDEO_PROCESSOR_CONTENT_DESC) -> HRESULT

unsafe fn CheckVideoProcessorFormat(&mut self, Format: DXGI_FORMAT, pFlags: *mut UINT) -> HRESULT

unsafe fn GetVideoProcessorCaps(&mut self, pCaps: *mut D3D11_VIDEO_PROCESSOR_CAPS) -> HRESULT

unsafe fn GetVideoProcessorRateConversionCaps(&mut self, TypeIndex: UINT, pCaps: *mut D3D11_VIDEO_PROCESSOR_RATE_CONVERSION_CAPS) -> HRESULT

unsafe fn GetVideoProcessorCustomRate(&mut self, TypeIndex: UINT, CustomRateIndex: UINT, pRate: *mut D3D11_VIDEO_PROCESSOR_CUSTOM_RATE) -> HRESULT

unsafe fn GetVideoProcessorFilterRange(&mut self, Filter: D3D11_VIDEO_PROCESSOR_FILTER, Range: *mut D3D11_VIDEO_PROCESSOR_FILTER_RANGE) -> HRESULT

Methods from Deref<Target=ID3D11DeviceChild>

unsafe fn GetDevice(&mut self, ppDevice: *mut *mut ID3D11Device)

unsafe fn GetPrivateData(&mut self, guid: REFGUID, pDataSize: *mut UINT, pData: *mut c_void) -> HRESULT

unsafe fn SetPrivateData(&mut self, guid: REFGUID, DataSize: UINT, pData: *const c_void) -> HRESULT

unsafe fn SetPrivateDataInterface(&mut self, guid: REFGUID, pData: *const IUnknown) -> HRESULT

Trait Implementations

impl Deref for ID3D11VideoProcessorEnumerator
[src]

type Target = ID3D11DeviceChild

The resulting type after dereferencing

fn deref(&self) -> &ID3D11DeviceChild

The method called to dereference a value

impl DerefMut for ID3D11VideoProcessorEnumerator
[src]

fn deref_mut(&mut self) -> &mut ID3D11DeviceChild

The method called to mutably dereference a value

Derived Implementations

impl Debug for ID3D11VideoProcessorEnumerator
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.