Enum PeerConnection.H264RcMode
Rate control mode for the Media Foundation H.264. See https://docs.microsoft.com/en-us/windows/win32/medfound/h-264-video-encoder for details.
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public enum H264RcMode : int
Fields
Name | Description |
---|---|
CBR | Constant Bit Rate. |
Quality | Constant quality. |
VBR | Variable Bit Rate. |