MediaPlaybackSession.NaturalDuration Property

Definition

Gets a value indicating the duration of the currently playing media, when being played back at normal speed.

public:
 property TimeSpan NaturalDuration { TimeSpan get(); };
TimeSpan NaturalDuration();
public System.TimeSpan NaturalDuration { get; }
var timeSpan = mediaPlaybackSession.naturalDuration;
Public ReadOnly Property NaturalDuration As TimeSpan

Property Value

The duration of the currently playing media.

Applies to