Gets the real (base) frame rate of the stream.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic double TBR { get; }
Public ReadOnly Property TBR As Double
Get
Dim instance As StreamInfo
Dim value As Double
value = instance.TBR
member TBR : float with get
/** @property */
public double get_TBR()
function get TBR () : double
Property Value
Type:
Double
See Also