[][src]Struct winapi::um::d3d11_1::ID3D11VideoDevice1Vtbl

#[repr(C)]
pub struct ID3D11VideoDevice1Vtbl { pub parent: ID3D11VideoDeviceVtbl, pub GetCryptoSessionPrivateDataSize: unsafe extern "system" fn(This: *mut ID3D11VideoDevice1, pCryptoType: *const GUID, pDecoderProfile: *const GUID, pKeyExchangeType: *const GUID, pPrivateInputSize: *mut UINT, pPrivateOutputSize: *mut UINT) -> HRESULT, pub GetVideoDecoderCaps: unsafe extern "system" fn(This: *mut ID3D11VideoDevice1, pDecoderProfile: *const GUID, SampleWidth: UINT, SampleHeight: UINT, pFrameRate: *const DXGI_RATIONAL, BitRate: UINT, pCryptoType: *const GUID, pDecoderCaps: *mut UINT) -> HRESULT, pub CheckVideoDecoderDownsampling: unsafe extern "system" fn(This: *mut ID3D11VideoDevice1, pInputDesc: *const D3D11_VIDEO_DECODER_DESC, InputColorSpace: DXGI_COLOR_SPACE_TYPE, pInputConfig: *const D3D11_VIDEO_DECODER_CONFIG, pFrameRate: *const DXGI_RATIONAL, pOutputDesc: *const D3D11_VIDEO_SAMPLE_DESC, pSupported: *mut BOOL, pRealTimeHint: *mut BOOL) -> HRESULT, pub RecommendVideoDecoderDownsampleParameters: unsafe extern "system" fn(This: *mut ID3D11VideoDevice1, pInputDesc: *const D3D11_VIDEO_DECODER_DESC, InputColorSpace: DXGI_COLOR_SPACE_TYPE, pInputConfig: *const D3D11_VIDEO_DECODER_CONFIG, pRecommendedOutputDesc: *mut D3D11_VIDEO_SAMPLE_DESC) -> HRESULT, }

Fields

parent: ID3D11VideoDeviceVtblGetCryptoSessionPrivateDataSize: unsafe extern "system" fn(This: *mut ID3D11VideoDevice1, pCryptoType: *const GUID, pDecoderProfile: *const GUID, pKeyExchangeType: *const GUID, pPrivateInputSize: *mut UINT, pPrivateOutputSize: *mut UINT) -> HRESULTGetVideoDecoderCaps: unsafe extern "system" fn(This: *mut ID3D11VideoDevice1, pDecoderProfile: *const GUID, SampleWidth: UINT, SampleHeight: UINT, pFrameRate: *const DXGI_RATIONAL, BitRate: UINT, pCryptoType: *const GUID, pDecoderCaps: *mut UINT) -> HRESULTCheckVideoDecoderDownsampling: unsafe extern "system" fn(This: *mut ID3D11VideoDevice1, pInputDesc: *const D3D11_VIDEO_DECODER_DESC, InputColorSpace: DXGI_COLOR_SPACE_TYPE, pInputConfig: *const D3D11_VIDEO_DECODER_CONFIG, pFrameRate: *const DXGI_RATIONAL, pOutputDesc: *const D3D11_VIDEO_SAMPLE_DESC, pSupported: *mut BOOL, pRealTimeHint: *mut BOOL) -> HRESULTRecommendVideoDecoderDownsampleParameters: unsafe extern "system" fn(This: *mut ID3D11VideoDevice1, pInputDesc: *const D3D11_VIDEO_DECODER_DESC, InputColorSpace: DXGI_COLOR_SPACE_TYPE, pInputConfig: *const D3D11_VIDEO_DECODER_CONFIG, pRecommendedOutputDesc: *mut D3D11_VIDEO_SAMPLE_DESC) -> HRESULT

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]