Mpeg42VideoEncoderConfigurationBFrameCount Property |
The number of successive B-Frames. When set to 0, no B-Frames are used.
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:
Int32See Also