D3D11_VIDEO_PROCESSOR_OUTPUT_RATE enumeration
Specifies the rate at which the video processor produces output frames from an input stream.
Syntax
typedef enum D3D11_VIDEO_PROCESSOR_OUTPUT_RATE { D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_NORMAL = 0, D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_HALF = 1, D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_CUSTOM = 2 } D3D11_VIDEO_PROCESSOR_OUTPUT_RATE;
Constants
- D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_NORMAL
-
The output is the normal frame rate.
- D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_HALF
-
The output is half the frame rate.
- D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_CUSTOM
-
The output is a custom frame rate.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: