MediaTimelineController.State 属性

定义

获取一个值,该值指示 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 事件。

适用于