V2TXLivePixelFormat enum

The pixel format of the video frame

Inheritance
Available extensions

Values

v2TXLivePixelFormatUnknown → const V2TXLivePixelFormat

Unknown

v2TXLivePixelFormatI420 → const V2TXLivePixelFormat

YUV420P I420

v2TXLivePixelFormatNV12 → const V2TXLivePixelFormat

YUV420SP NV12

v2TXLivePixelFormatBGRA32 → const V2TXLivePixelFormat

BGRA8888

v2TXLivePixelFormatTexture2D → const V2TXLivePixelFormat

OpenGL 2D Texture

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

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