V2TXLivePixelFormat enum
The pixel format of the video frame
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
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.