Click or drag to resize
H264VideoEncoderConfigurationRealTime Property
Uses encoder parameters optimal for real time encoding.

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool RealTime { get; set; }

Property Value

Type: Boolean
Remarks
When set to true, the profile will be fixed to constrained baseline profile and bitrate settings (CBR) are enforced more aggressively.
See Also