MediaSource.Duration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the duration of the content in the MediaSource.
public:
property IReference<TimeSpan> ^ Duration { IReference<TimeSpan> ^ get(); };
IReference<TimeSpan> Duration();
public System.Nullable<System.TimeSpan> Duration { get; }
var iReference = mediaSource.duration;
Public ReadOnly Property Duration As Nullable(Of TimeSpan)
Property Value
The duration of the content in the MediaSource.
Remarks
Adaptive sources can support multiple periods or discontinuities that contribute to the overall presentation timeline. The Duration property represents this complete presentation timeline.