// d3d10umddi.h
typedef enum D3D11_1DDI_VIDEO_PROCESSOR_OUTPUT_RATE {
D3D11_1DDI_VIDEO_PROCESSOR_OUTPUT_RATE_NORMAL,
D3D11_1DDI_VIDEO_PROCESSOR_OUTPUT_RATE_HALF,
D3D11_1DDI_VIDEO_PROCESSOR_OUTPUT_RATE_CUSTOM
} ;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies the rate at which the video processor produces output frames from an input stream.
D3D11_1DDI_VIDEO_PROCESSOR_OUTPUT_RATE_NORMALThe output is the normal frame rate.
D3D11_1DDI_VIDEO_PROCESSOR_OUTPUT_RATE_HALFThe output is half the frame rate.
D3D11_1DDI_VIDEO_PROCESSOR_OUTPUT_RATE_CUSTOMThe output is a custom frame rate.