VideoPixelFormat enum
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
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
Static Methods
-
fromValue(
String value) → VideoPixelFormat -
fromValues(
Iterable< String> values) → Iterable<VideoPixelFormat>
Constants
-
values
→ const List<
VideoPixelFormat> - A constant List of the values in this enum, in order of their declaration.