MediaPlaybackSession.NaturalDuration 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 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.