H264VideoEncoderConfigurationReferenceFrameCount Property |
Gets or sets the number of reference frames.
Namespace: StreamCoders.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic int ReferenceFrameCount { get; set; }
Public Property ReferenceFrameCount As Integer
Get
Set
public:
property int ReferenceFrameCount {
int get ();
void set (int value);
}
member ReferenceFrameCount : int with get, set
Property Value
Type:
Int32
The number of reference frames according to profile and level. Indicates the amount of
frames that will be buffered by the decoder to fully satisfy frame reference dependency.
See Also