Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 714 Bytes

mediasourcestate.md

File metadata and controls

36 lines (24 loc) · 714 Bytes
-api-id -api-type
T:Windows.Media.Core.MediaSourceState
winrt enum

MediaSourceState

-description

Specifies the state of a MediaSource.

-enum-fields

-field Initial:0

The MediaSource has been initialized.

-field Opening:1

The MediaSource is in the process of opening the associated media content.

-field Opened:2

The MediaSource has successfully opened the associated media content.

-field Failed:3

The MediaSource failed to open the associated media content.

-field Closed:4

The MediaSource has been closed.

-remarks

-examples

-see-also