MediaTimelineController.State 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指示 MediaTimelineController 的当前状态,它可以是正在运行或已暂停。
public:
property MediaTimelineControllerState State { MediaTimelineControllerState get(); };
MediaTimelineControllerState State();
public MediaTimelineControllerState State { get; }
var mediaTimelineControllerState = mediaTimelineController.state;
Public ReadOnly Property State As MediaTimelineControllerState
属性值
指示 MediaTimelineController 的当前状态的值
注解
若要在 MediaTimelineController 的状态更改时接收通知,请处理 StateChanged 事件。