ContextFormat enum Null safety

Inheritance

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

hashCode int
The hash code for this object.
read-only, inherited
index int
A numeric identifier for the enumerated value.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

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]