Struct winapi::d3d11::ID3D11VideoDevice [] [src]

pub struct ID3D11VideoDevice {
    pub lpVtbl: *const ID3D11VideoDeviceVtbl,
}

Fields

lpVtbl: *const ID3D11VideoDeviceVtbl

Methods

impl ID3D11VideoDevice
[src]

unsafe fn CreateVideoDecoder(&mut self, pVideoDesc: *const D3D11_VIDEO_DECODER_DESC, pConfig: *const D3D11_VIDEO_DECODER_CONFIG, ppDecoder: *mut *mut ID3D11VideoDecoder) -> HRESULT

unsafe fn CreateVideoProcessor(&mut self, pEnum: *mut ID3D11VideoProcessorEnumerator, RateConversionIndex: UINT, ppVideoProcessor: *mut *mut ID3D11VideoProcessor) -> HRESULT

unsafe fn CreateAuthenticatedChannel(&mut self, ChannelType: D3D11_AUTHENTICATED_CHANNEL_TYPE, ppAuthenticatedChannel: *mut *mut ID3D11AuthenticatedChannel) -> HRESULT

unsafe fn CreateCryptoSession(&mut self, pCryptoType: *const GUID, pDecoderProfile: *const GUID, pKeyExchangeType: *const GUID, ppCryptoSession: *mut *mut ID3D11CryptoSession) -> HRESULT

unsafe fn CreateVideoDecoderOutputView(&mut self, pResource: *mut ID3D11Resource, pDesc: *const D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC, ppVDOVView: *mut *mut ID3D11VideoDecoderOutputView) -> HRESULT

unsafe fn CreateVideoProcessorInputView(&mut self, pResource: *mut ID3D11Resource, pEnum: *mut ID3D11VideoProcessorEnumerator, pDesc: *const D3D11_VIDEO_PROCESSOR_INPUT_VIEW_DESC, ppVPIView: *mut *mut ID3D11VideoProcessorInputView) -> HRESULT

unsafe fn CreateVideoProcessorOutputView(&mut self, pResource: *mut ID3D11Resource, pEnum: *mut ID3D11VideoProcessorEnumerator, pDesc: *const D3D11_VIDEO_PROCESSOR_OUTPUT_VIEW_DESC, ppVPOView: *mut *mut ID3D11VideoProcessorOutputView) -> HRESULT

unsafe fn CreateVideoProcessorEnumerator(&mut self, pDesc: *const D3D11_VIDEO_PROCESSOR_CONTENT_DESC, ppEnum: *mut *mut ID3D11VideoProcessorEnumerator) -> HRESULT

unsafe fn GetVideoDecoderProfileCount(&mut self) -> UINT

unsafe fn GetVideoDecoderProfile(&mut self, Index: UINT, pDecoderProfile: *mut GUID) -> HRESULT

unsafe fn CheckVideoDecoderFormat(&mut self, pDecoderProfile: *const GUID, Format: DXGI_FORMAT, pSupported: *mut BOOL) -> HRESULT

unsafe fn GetVideoDecoderConfigCount(&mut self, pDesc: *const D3D11_VIDEO_DECODER_DESC, pCount: *mut UINT) -> HRESULT

unsafe fn GetVideoDecoderConfig(&mut self, pDesc: *const D3D11_VIDEO_DECODER_DESC, Index: UINT, pConfig: *mut D3D11_VIDEO_DECODER_CONFIG) -> HRESULT

unsafe fn GetContentProtectionCaps(&mut self, pCryptoType: *const GUID, pDecoderProfile: *const GUID, pCaps: *mut D3D11_VIDEO_CONTENT_PROTECTION_CAPS) -> HRESULT

unsafe fn CheckCryptoKeyExchange(&mut self, pCryptoType: *const GUID, pDecoderProfile: *const GUID, Index: UINT, pKeyExchangeType: *mut GUID) -> 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

Methods from Deref<Target=IUnknown>

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

unsafe fn AddRef(&mut self) -> ULONG

unsafe fn Release(&mut self) -> ULONG

Trait Implementations

impl Debug for ID3D11VideoDevice
[src]

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

Formats the value using the given formatter.

impl Deref for ID3D11VideoDevice
[src]

type Target = IUnknown

The resulting type after dereferencing

fn deref(&self) -> &IUnknown

The method called to dereference a value

impl DerefMut for ID3D11VideoDevice
[src]

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

The method called to mutably dereference a value