Click or drag to resize
VideoEncoderConfigurationInputFramerate Property
Gets or sets the input framerate.
This value is used to calculate the target bitrate for rate control.

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public double InputFramerate { get; set; }

Property Value

Type: Double
The input framerate.
See Also