Click or drag to resize
H264VideoEncoderConfigurationBFrameCount Property
Gets or sets the number of B-Frames.

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

Property Value

Type: Int32
Indicates the amount of B-Frames generated between I/P-Frames. Set to 0 to disable B- Frames.
See Also