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