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 イベントを処理します。