Gets the average FPS reported by the stream.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic double FPS { get; }
Public ReadOnly Property FPS As Double
Get
Dim instance As StreamInfo
Dim value As Double
value = instance.FPS
member FPS : float with get
/** @property */
public double get_FPS()
function get FPS () : double
Property Value
Type:
Double
See Also