MediaTimelineControllerState Enum
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.
Specifies the state of a MediaTimelineController.
public enum class MediaTimelineControllerState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class MediaTimelineControllerState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum MediaTimelineControllerState
var value = Windows.Media.MediaTimelineControllerState.paused
Public Enum MediaTimelineControllerState
- Inheritance
-
MediaTimelineControllerState
- Attributes
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|
Fields
Name | Value | Description |
---|---|---|
Paused | 0 | The MediaTimelineController is paused. |
Running | 1 | The MediaTimelineController is running. |
Stalled | 2 | The MediaTimelineController is stalled due to starvation of streaming data. Apps may choose to show a buffering indicator when the timeline controller is stalled. |
Error | 3 | The MediaTimelineController has encountered an error. |
Remarks
Version history
Windows version | SDK version | Value added |
---|---|---|
1703 | 15063 | Error |
1703 | 15063 | Stalled |