H264VideoEncoderConfigurationRealTime Property |
Uses encoder parameters optimal for real time encoding.
Namespace: StreamCoders.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool RealTime { get; set; }
Public Property RealTime As Boolean
Get
Set
public:
property bool RealTime {
bool get ();
void set (bool value);
}
member RealTime : bool with get, set
Property Value
Type:
BooleanRemarks
When set to true, the profile will be fixed to constrained baseline profile and bitrate settings (CBR) are enforced more aggressively.
See Also