MediaSourceState
MediaSourceState
MediaSourceState
MediaSourceState
Enum
Definition
Specifies the state of a MediaSource.
public : enum class MediaSourceStatepublic enum MediaSourceStatePublic Enum MediaSourceState// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10586.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v2)
|
Fields
| Closed Closed Closed Closed | The MediaSource has been closed. |
| Failed Failed Failed Failed | The MediaSource failed to open the associated media content. |
| Initial Initial Initial Initial | The MediaSource has been initialized. |
| Opened Opened Opened Opened | The MediaSource has successfully opened the associated media content. |
| Opening Opening Opening Opening | The MediaSource is in the process of opening the associated media content. |