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

Constructors

Mpeg2IntraDcPrecision()
const

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
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

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.