ID3D12VideoProcessor interface (d3d12video.h)

Provides methods for getting information about the parameters to the call to ID3D12VideoDevice::CreateVideoProcessor that created the video processor.

Inheritance

ID3D12VideoProcessor inherits from ID3D12Pageable.

Methods

The ID3D12VideoProcessor interface has these methods.

 
ID3D12VideoProcessor::GetInputStreamDescs

Gets the input stream descriptions provided when the video processor was created with a call to ID3D12VideoDevice::CreateVideoProcessor.
ID3D12VideoProcessor::GetNodeMask

Gets the node mask provided when the video processor was created with a call to ID3D12VideoDevice::CreateVideoProcessor.
ID3D12VideoProcessor::GetNumInputStreamDescs

Gets the number of input stream descriptions provided when the video processor was created with a call to ID3D12VideoDevice::CreateVideoProcessor.
ID3D12VideoProcessor::GetOutputStreamDesc

Gets the output stream description provided when the video processor was created with a call to ID3D12VideoDevice::CreateVideoProcessor.

Requirements

Requirement Value
Header d3d12video.h

See also

ID3D12VideoProcessor1