ContextFormat enum Null safety
Constructors
- ContextFormat()
-
const
Values
- FORMAT_BGR → const ContextFormat
-
ContextFormat()
- FORMAT_RGB → const ContextFormat
-
ContextFormat()
- FORMAT_BGRA8888 → const ContextFormat
-
ContextFormat()
- FORMAT_YUV420 → const ContextFormat
-
ContextFormat()
- FORMAT_YUV_NV12 → const ContextFormat
-
ContextFormat()
- FORMAT_NV21 → const ContextFormat
-
ContextFormat()
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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<
ContextFormat> -
A constant List of the values in this enum, in order of their declaration.
[FORMAT_BGR, FORMAT_RGB, FORMAT_BGRA8888, FORMAT_YUV420, FORMAT_YUV_NV12, FORMAT_NV21]