H264VideoEncoderConfigurationBFrameCount Property |
Gets or sets the number of B-Frames.
Namespace: StreamCoders.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public int BFrameCount { get; set; }
Public Property BFrameCount As Integer
Get
Set
public:
property int BFrameCount {
int get ();
void set (int value);
}
member BFrameCount : int with 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