MediaPlayer.NaturalDuration 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在不应用 PlaybackRate 的情况下获取媒体的实际持续时间。
注意
MediaPlayer.NaturalDuration 可能会在Windows 10版本 1607 后更改或不可用。 请改用 MediaPlayer.PlaybackSession 属性获取 MediaPlaybackSession 对象,然后使用 MediaPlaybackSession.NaturalDuration 属性。
public:
property TimeSpan NaturalDuration { TimeSpan get(); };
TimeSpan NaturalDuration();
/// [get: Windows.Foundation.Metadata.Deprecated("Use PlaybackSession.NaturalDuration instead of NaturalDuration. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
TimeSpan NaturalDuration();
public System.TimeSpan NaturalDuration { get; }
public System.TimeSpan NaturalDuration { [Windows.Foundation.Metadata.Deprecated("Use PlaybackSession.NaturalDuration instead of NaturalDuration. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var timeSpan = mediaPlayer.naturalDuration;
Public ReadOnly Property NaturalDuration As TimeSpan
属性值
未应用 PlaybackRate 的媒体的实际持续时间。
- 属性