MediaPlayer.NaturalDuration 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取媒体的自然持续时间。
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
属性值
媒体的自然持续时间。 默认值为 Automatic。
注解
NaturalDuration 直到发生之后 MediaOpened 才能确定。