VIDEO_PIXEL_FORMAT

The video pixel format.

Enumerator

Attention: The SDK does not support the alpha channel. Any alpha value passed to the SDK will be discarded.
VIDEO_PIXEL_DEFAULT
0: Raw video pixel format.
VIDEO_PIXEL_I420
1: The format is I420.
VIDEO_PIXEL_RGBA
4: The format is RGBA.
VIDEO_PIXEL_I422
16: The format is I422.