Mpeg2IntraDcPrecision enum
Use Intra DC precision (Mpeg2IntraDcPrecision) to set quantization precision for intra-block DC coefficients. If you choose the value auto, the service will automatically select the precision based on the per-frame compression ratio.
Values
- auto → const Mpeg2IntraDcPrecision
- intraDcPrecision_8 → const Mpeg2IntraDcPrecision
- intraDcPrecision_9 → const Mpeg2IntraDcPrecision
- intraDcPrecision_10 → const Mpeg2IntraDcPrecision
- intraDcPrecision_11 → const Mpeg2IntraDcPrecision
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<
Mpeg2IntraDcPrecision> - A constant List of the values in this enum, in order of their declaration.