Click or drag to resize
H264NalReaderDefaultFramerate Property
Gets or sets the default framerate. This is a fallback value in case the framerate cannot be deduced from the supplied sequence parameter set.
The Default value is 25.

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

Property Value

Type: Int32
The default framerate.
See Also