DiveVideoFormat enum
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
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.
[VIDEO_FORMAT_NONE, VIDEO_FORMAT_I420, VIDEO_FORMAT_NV12, VIDEO_FORMAT_YVYU, VIDEO_FORMAT_YUY2, VIDEO_FORMAT_UYVY, VIDEO_FORMAT_RGBA, VIDEO_FORMAT_BGRA, VIDEO_FORMAT_BGRX, VIDEO_FORMAT_Y800, VIDEO_FOR…