MediaTimelineController.State Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.