ID3D11VideoDecoder interface
Represents a hardware-accelerated video decoder for Microsoft Direct3D 11.
Members
The ID3D11VideoDecoder interface inherits from ID3D11DeviceChild. ID3D11VideoDecoder also has these types of members:
Methods
The ID3D11VideoDecoder interface has these methods.
| Method | Description |
|---|---|
| GetCreationParameters |
Gets the parameters that were used to create the decoder. |
| GetDriverHandle |
Gets a handle to the driver. |
Remarks
To get a pointer to this interface, call ID3D11VideoDevice::CreateVideoDecoder.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8 |
|
Header |
|
See also