Enum VideoEncoding
Enumeration of video encodings.
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public enum VideoEncoding : int
Fields
Name | Description |
---|---|
Argb32 | 32-bit ARGB32 video encoding with 8-bit per component, encoded as uint32 little-endian 0xAARRGGBB value, or equivalently (B,G,R,A) in byte order. |
I420A | I420A video encoding with chroma (UV) halved in both directions (4:2:0), and optional Alpha plane. |