Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

eAVEncAdaptiveMode enumeration (codecapi.h)

Specifies the adaptive encoding mode for a video encoder.

Syntax

typedef enum eAVEncAdaptiveMode {
 eAVEncAdaptiveMode_None = 0,
 eAVEncAdaptiveMode_Resolution = 1,
 eAVEncAdaptiveMode_FrameRate = 2
} ;

Constants

 
eAVEncAdaptiveMode_None
Value: 0
Do not perform adaptive encoding.
eAVEncAdaptiveMode_Resolution
Value: 1
Adaptively change the frame resolution.
eAVEncAdaptiveMode_FrameRate
Value: 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

See also

Media Foundation Enumerations


Feedback

Was this page helpful?

Additional resources