MediaTimelineController.State Property

Definition

Gets a value indicating the current state of the MediaTimelineController, which can be either running or paused.

public:
 property MediaTimelineControllerState State { MediaTimelineControllerState get(); };
MediaTimelineControllerState State();
public MediaTimelineControllerState State { get; }
var mediaTimelineControllerState = mediaTimelineController.state;
Public ReadOnly Property State As MediaTimelineControllerState

Property Value

A value indicating the current state of the MediaTimelineController

Remarks

To receive notifications when the state of the MediaTimelineController changes, handle the StateChanged event.

Applies to