VideoEncoderConfigurationInputFramerate Property |
Gets or sets the input framerate.
This value is used to calculate the target bitrate for rate control.
Namespace: StreamCoders.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic double InputFramerate { get; set; }
Public Property InputFramerate As Double
Get
Set
public:
property double InputFramerate {
double get ();
void set (double value);
}
member InputFramerate : float with get, set
Property Value
Type:
Double
The input framerate.
See Also