VideoPixelFormat
The video pixel format.
Enumerator
Attention: The SDK does not support the alpha channel. Any alpha value passed to the SDK will be discarded.
- VideoPixelDefault
- 0: Raw video pixel format.
- VideoPixelI420
- 1: The format is I420.
- VideoPixelRgba
- 4: The format is RGBA.
- VideoPixelI422
- 16: The format is I422.