Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
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 |