Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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 |