StreamInfoStartTime Property |
Gets the start time.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic TimeSpan StartTime { get; }
Public ReadOnly Property StartTime As TimeSpan
Get
Dim instance As StreamInfo
Dim value As TimeSpan
value = instance.StartTime
member StartTime : TimeSpan with get
/** @property */
public TimeSpan get_StartTime()
function get StartTime () : TimeSpan
function get_StartTime();
Property Value
Type:
TimeSpan
See Also