Click or drag to resize

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)
Syntax
public TimeSpan Duration { get; }

Property Value

Type: TimeSpan
See Also