MediaInfoDuration Property |
Gets the duration 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 Duration { get; }
Public ReadOnly Property Duration As TimeSpan
Get
Dim instance As MediaInfo
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