StreamInfoTimeBase Property |
Gets the stream time base unit in seconds.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic AVRational TimeBase { get; }
Public ReadOnly Property TimeBase As AVRational
Get
Dim instance As StreamInfo
Dim value As AVRational
value = instance.TimeBase
member TimeBase : AVRational with get
/** @property */
public AVRational get_TimeBase()
function get TimeBase () : AVRational
Property Value
Type:
AVRational
See Also