V2TXLivePixelFormat enum

视频帧的像素格式。

Inheritance

Constructors

V2TXLivePixelFormat()
const

Values

v2TXLivePixelFormatUnknown → const V2TXLivePixelFormat

未知

v2TXLivePixelFormatI420 → const V2TXLivePixelFormat

YUV420P I420

v2TXLivePixelFormatNV12 → const V2TXLivePixelFormat

YUV420SP NV12

v2TXLivePixelFormatBGRA32 → const V2TXLivePixelFormat

BGRA8888

v2TXLivePixelFormatTexture2D → const V2TXLivePixelFormat

OpenGL 2D 纹理

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.