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