MediaElement.NaturalDuration 属性

定义

获取媒体的自然持续时间。

public:
 property System::Windows::Duration NaturalDuration { System::Windows::Duration get(); };
public System.Windows.Duration NaturalDuration { get; }
member this.NaturalDuration : System.Windows.Duration
Public ReadOnly Property NaturalDuration As Duration

属性值

媒体的自然持续时间。

注解

返回的值独立于 SpeedRatio

NaturalDuration 在引发事件之前 MediaOpened 不准确。

适用于