Gets the fundamental unit of time in 1/seconds used to represent timestamps in the stream, according to the stream data.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic double TBN { get; }
Public ReadOnly Property TBN As Double
Get
Dim instance As StreamInfo
Dim value As Double
value = instance.TBN
member TBN : float with get
/** @property */
public double get_TBN()
function get TBN () : double
Property Value
Type:
Double
See Also