V2TXLivePixelFormat enum
视频帧的像素格式
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
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.
[v2TXLivePixelFormatUnknown, v2TXLivePixelFormatI420, v2TXLivePixelFormatNV12, v2TXLivePixelFormatBGRA32, v2TXLivePixelFormatTexture2D]