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 adaptive encoding mode for a video encoder.
Syntax
typedef enum eAVEncAdaptiveMode {
eAVEncAdaptiveMode_None = 0,
eAVEncAdaptiveMode_Resolution = 1,
eAVEncAdaptiveMode_FrameRate = 2
} ;
Constants
eAVEncAdaptiveMode_NoneValue: 0 Do not perform adaptive encoding. |
eAVEncAdaptiveMode_ResolutionValue: 1 Adaptively change the frame resolution. |
eAVEncAdaptiveMode_FrameRateValue: 2 Adaptively change the frame rate. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps | UWP apps] |
| Header | codecapi.h |