CSFFmpegVideoFPS Property |
VideoFPS Frames per second (-r).
Namespace:
CSFFmpeg
Assembly:
CSFFmpeg (in CSFFmpeg.dll) Version: 1.0.0
Syntax public string VideoFPS { get; set; }
Public Property VideoFPS As String
Get
Set
Dim instance As CSFFmpeg
Dim value As String
value = instance.VideoFPS
instance.VideoFPS = value
member VideoFPS : string with get, set
/** @property */
public String get_VideoFPS()
/** @property */
public void set_VideoFPS(String value)
function get VideoFPS () : String
function set VideoFPS (value : String)
function get_VideoFPS();
function set_VideoFPS(value);
Property Value
Type:
StringSee Also