Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 775 Bytes

mediaplayerstate.md

File metadata and controls

42 lines (28 loc) · 775 Bytes
-api-id -api-type
T:Windows.Media.Playback.MediaPlayerState
winrt enum

MediaPlayerState

-description

Indicates the possible states that the player can be in.

Note

MediaPlayerState may be altered or unavailable after Windows 10, version 1607. Use MediaPlaybackState instead.

-enum-fields

-field Closed:0

The media player is closed.

-field Opening:1

The media player is opening.

-field Buffering:2

The media player is buffering content.

-field Playing:3

The media player is playing.

-field Paused:4

The media player is paused.

-field Stopped:5

Not implemented.

-remarks

-examples

-see-also