Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
} ;
Constants
D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_NORMALValue: 0 The output is the normal frame rate. |
D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_HALFValue: 1 The output is half the frame rate. |
D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_CUSTOMValue: 2 The output is a custom frame rate. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
| Header | d3d11.h |