DiveVideoFormat enum

Inheritance

Constructors

DiveVideoFormat()
const

Values

VIDEO_FORMAT_NONE → const DiveVideoFormat
VIDEO_FORMAT_I420 → const DiveVideoFormat
VIDEO_FORMAT_NV12 → const DiveVideoFormat
VIDEO_FORMAT_YVYU → const DiveVideoFormat
VIDEO_FORMAT_YUY2 → const DiveVideoFormat
VIDEO_FORMAT_UYVY → const DiveVideoFormat
VIDEO_FORMAT_RGBA → const DiveVideoFormat
VIDEO_FORMAT_BGRA → const DiveVideoFormat
VIDEO_FORMAT_BGRX → const DiveVideoFormat
VIDEO_FORMAT_Y800 → const DiveVideoFormat
VIDEO_FORMAT_I444 → const DiveVideoFormat
VIDEO_FORMAT_BGR3 → const DiveVideoFormat
VIDEO_FORMAT_I422 → const DiveVideoFormat
VIDEO_FORMAT_I40A → const DiveVideoFormat
VIDEO_FORMAT_I42A → const DiveVideoFormat
VIDEO_FORMAT_YUVA → const DiveVideoFormat
VIDEO_FORMAT_AYUV → const DiveVideoFormat

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<DiveVideoFormat>
A constant List of the values in this enum, in order of their declaration.