Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_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. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 |
| Minimum supported server | Windows Server 2012 |
| Header | d3d10umddi.h (include D3d10umddi.h) |