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.

Inheritance
Available extensions

Values

auto → const Mpeg2IntraDcPrecision
intraDcPrecision_8 → const Mpeg2IntraDcPrecision
intraDcPrecision_9 → const Mpeg2IntraDcPrecision
intraDcPrecision_10 → const Mpeg2IntraDcPrecision
intraDcPrecision_11 → const Mpeg2IntraDcPrecision

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toValue() String

Available on Mpeg2IntraDcPrecision, provided by the Mpeg2IntraDcPrecisionValueExtension extension

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.