ID3D11VideoContext2 interface (d3d11_4.h)

Provides the video functionality of a Microsoft Direct3D 11 device.

Inheritance

The ID3D11VideoContext2 interface inherits from ID3D11VideoContext1. ID3D11VideoContext2 also has these types of members:

Methods

The ID3D11VideoContext2 interface has these methods.

 
ID3D11VideoContext2::VideoProcessorGetOutputHDRMetaData

Gets the HDR metadata describing the display on which the content will be presented.
ID3D11VideoContext2::VideoProcessorGetStreamHDRMetaData

Gets the HDR metadata associated with the video stream.
ID3D11VideoContext2::VideoProcessorSetOutputHDRMetaData

Sets the HDR metadata describing the display on which the content will be presented.
ID3D11VideoContext2::VideoProcessorSetStreamHDRMetaData

Sets the HDR metadata associated with the video stream.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps | UWP apps]
Minimum supported server Windows Server 2016 [desktop apps | UWP apps]
Target Platform Windows
Header d3d11_4.h

See also

ID3D11VideoContext1