Click or drag to resize
H264VideoEncoderConfigurationReferenceFrameCount Property
Gets or sets the number of reference frames.

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public int ReferenceFrameCount { 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