ID3D11VideoDevice

Undocumented in source.
version(Windows)
interface ID3D11VideoDevice : IUnknown {}

Members

Functions

CheckCryptoKeyExchange
HRESULT CheckCryptoKeyExchange(GUID* pCryptoType, GUID* pDecoderProfile, uint Index, GUID* pKeyExchangeType)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CheckVideoDecoderFormat
HRESULT CheckVideoDecoderFormat(GUID pDecoderProfile, DXGI_FORMAT Format, bool* pSupported)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateAuthenticatedChannel
HRESULT CreateAuthenticatedChannel(D3D11_AUTHENTICATED_CHANNEL_TYPE ChannelType, ID3D11AuthenticatedChannel* ppAuthenticatedChannel)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateCryptoSession
HRESULT CreateCryptoSession(GUID* pCryptoType, GUID* pDecoderProfile, GUID* pKeyExchangeType, ID3D11CryptoSession* ppCryptoSession)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateVideoDecoder
HRESULT CreateVideoDecoder(D3D11_VIDEO_DECODER_DESC* pVideoDesc, D3D11_VIDEO_DECODER_CONFIG* pConfig, ID3D11VideoDecoder** ppDecoder)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateVideoDecoderOutputView
HRESULT CreateVideoDecoderOutputView(ID3D11Resource pResource, D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC* pDesc, ID3D11VideoDecoderOutputView* ppVDOVView)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateVideoProcessor
HRESULT CreateVideoProcessor(ID3D11VideoProcessorEnumerator pEnum, uint RateConversionIndex, ID3D11VideoProcessor* ppVideoProcessor)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateVideoProcessorEnumerator
HRESULT CreateVideoProcessorEnumerator(D3D11_VIDEO_PROCESSOR_CONTENT_DESC* pDesc, ID3D11VideoProcessorEnumerator* ppEnum)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateVideoProcessorInputView
HRESULT CreateVideoProcessorInputView(ID3D11Resource pResource, ID3D11VideoProcessorEnumerator pEnum, D3D11_VIDEO_PROCESSOR_INPUT_VIEW_DESC* pDesc, ID3D11VideoProcessorInputView* ppVPIView)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateVideoProcessorOutputView
HRESULT CreateVideoProcessorOutputView(ID3D11Resource pResource, ID3D11VideoProcessorEnumerator pEnum, D3D11_VIDEO_PROCESSOR_OUTPUT_VIEW_DESC* pDesc, ID3D11VideoProcessorOutputView* ppVPOView)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetContentProtectionCaps
HRESULT GetContentProtectionCaps(GUID* pCryptoType, GUID* pDecoderProfile, D3D11_VIDEO_CONTENT_PROTECTION_CAPS* pCaps)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetVideoDecoderConfig
HRESULT GetVideoDecoderConfig(D3D11_VIDEO_DECODER_DESC* pDesc, uint Index, D3D11_VIDEO_DECODER_CONFIG* pConfig)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetVideoDecoderConfigCount
HRESULT GetVideoDecoderConfigCount(D3D11_VIDEO_DECODER_DESC* pDesc, uint* pCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetVideoDecoderProfile
HRESULT GetVideoDecoderProfile(uint Index, GUID* pDecoderProfile)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetVideoDecoderProfileCount
uint GetVideoDecoderProfileCount()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetPrivateData
HRESULT SetPrivateData(REFGUID guid, uint DataSize, void* pData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetPrivateDataInterface
HRESULT SetPrivateDataInterface(REFGUID guid, IUnknown* pData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta