共用方式為


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 事件。

適用於