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
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
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.