MediaInfoStartTime Property |
Gets the start timestamp of the input as reported by the container format.
Individual stream components may have different values.
Returns TimeSpan.MinValue if unknown.
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 MediaInfo
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