VideoPixelFormat enum

Inheritance

Constructors

VideoPixelFormat(String value)
const

Values

i420 → const VideoPixelFormat
const VideoPixelFormat('I420')
i420a → const VideoPixelFormat
const VideoPixelFormat('I420A')
i422 → const VideoPixelFormat
const VideoPixelFormat('I422')
i444 → const VideoPixelFormat
const VideoPixelFormat('I444')
nv12 → const VideoPixelFormat
const VideoPixelFormat('NV12')
rgba → const VideoPixelFormat
const VideoPixelFormat('RGBA')
rgbx → const VideoPixelFormat
const VideoPixelFormat('RGBX')
bgra → const VideoPixelFormat
const VideoPixelFormat('BGRA')
bgrx → const VideoPixelFormat
const VideoPixelFormat('BGRX')

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
value String
final

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