Mpeg2AdaptiveQuantization enum
Specify the strength of any adaptive quantization filters that you enable. The value that you choose here applies to the following settings: Spatial adaptive quantization (spatialAdaptiveQuantization), and Temporal adaptive quantization (temporalAdaptiveQuantization).
Values
- off → const Mpeg2AdaptiveQuantization
- low → const Mpeg2AdaptiveQuantization
- medium → const Mpeg2AdaptiveQuantization
- high → const Mpeg2AdaptiveQuantization
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
Mpeg2AdaptiveQuantization> - A constant List of the values in this enum, in order of their declaration.