// d3d10umddi.h
typedef enum D3D11_1DDI_VIDEO_USAGE {
D3D11_1DDI_VIDEO_USAGE_PLAYBACK_NORMAL,
D3D11_1DDI_VIDEO_USAGE_OPTIMAL_SPEED,
D3D11_1DDI_VIDEO_USAGE_OPTIMAL_QUALITY
} ;
View the official Windows Driver Kit DDI referenceNo description available.
Identifies how the decode device plays video.
D3D11_1DDI_VIDEO_USAGE_PLAYBACK_NORMALSpecifies that the device plays video at normal speed.
D3D11_1DDI_VIDEO_USAGE_OPTIMAL_SPEEDSpecifies that the device plays video at optimal speed.
D3D11_1DDI_VIDEO_USAGE_OPTIMAL_QUALITYSpecifies that the device plays video at optimal quality.
A value of type D3D11_1DDI_VIDEO_USAGE is specified in the Usage member of a D3D11_1DDI_VIDEO_DECODER_BUFFER_INFO structure to help describe a decode device.
D3D11_1DDI_VIDEO_DECODER_BUFFER_INFO