- VideoProcessorGetOutputHDRMetaData
HRESULT VideoProcessorGetOutputHDRMetaData(ID3D11VideoProcessor pVideoProcessor, DXGI_HDR_METADATA_TYPE Type, uint Size, void* pHDRMetaData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- VideoProcessorGetStreamHDRMetaData
HRESULT VideoProcessorGetStreamHDRMetaData(ID3D11VideoProcessor pVideoProcessor, uint StreamIndex, DXGI_HDR_METADATA_TYPE pType, uint Size, void* pHDRMetaData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- VideoProcessorSetOutputHDRMetaData
HRESULT VideoProcessorSetOutputHDRMetaData(ID3D11VideoProcessor pVideoProcessor, DXGI_HDR_METADATA_TYPE Type, uint Size, void* pHDRMetaData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- VideoProcessorSetStreamHDRMetaData
HRESULT VideoProcessorSetStreamHDRMetaData(ID3D11VideoProcessor pVideoProcessor, uint StreamIndex, DXGI_HDR_METADATA_TYPE Type, uint Size, void* pHDRMetaData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.