D3D11_1DDI_VIDEO_PROCESSOR_OUTPUT_RATE enumeration (d3d10umddi.h)
Specifies the rate at which the video processor produces output frames from an input stream.
Syntax
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
} ;
Constants
D3D11_1DDI_VIDEO_PROCESSOR_OUTPUT_RATE_NORMAL The output is the normal frame rate. |
D3D11_1DDI_VIDEO_PROCESSOR_OUTPUT_RATE_HALF The output is half the frame rate. |
D3D11_1DDI_VIDEO_PROCESSOR_OUTPUT_RATE_CUSTOM The output is a custom frame rate. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | d3d10umddi.h (include D3d10umddi.h) |