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.
videoTextureId3d11texture2d
17: The ID3D11TEXTURE2D format. Currently supported types are DXGI_FORMAT_B8G8R8A8_UNORM, DXGI_FORMAT_B8G8R8A8_TYPELESS and DXGI_FORMAT_NV12.