- CheckVideoProcessorFormat
HRESULT CheckVideoProcessorFormat(DXGI_FORMAT Format, uint* pFlags)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetVideoProcessorCaps
HRESULT GetVideoProcessorCaps(D3D11_VIDEO_PROCESSOR_CAPS* pCaps)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetVideoProcessorContentDesc
HRESULT GetVideoProcessorContentDesc(D3D11_VIDEO_PROCESSOR_CONTENT_DESC* pContentDesc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetVideoProcessorCustomRate
HRESULT GetVideoProcessorCustomRate(uint TypeIndex, uint CustomRateIndex, D3D11_VIDEO_PROCESSOR_CUSTOM_RATE* pRate)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetVideoProcessorFilterRange
HRESULT GetVideoProcessorFilterRange(D3D11_VIDEO_PROCESSOR_FILTER Filter, D3D11_VIDEO_PROCESSOR_FILTER_RANGE* pRange)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetVideoProcessorRateConversionCaps
HRESULT GetVideoProcessorRateConversionCaps(uint TypeIndex, D3D11_VIDEO_PROCESSOR_RATE_CONVERSION_CAPS* pCaps)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetDevice
void GetDevice(ID3D11Device** ppDevice)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetPrivateData
HRESULT GetPrivateData(GUID* guid, uint* pDataSize, void* pData)
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(GUID* 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(GUID* 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.