Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 753 Bytes

globalsystemmediatransportcontrolssessionplaybackstatus.md

File metadata and controls

40 lines (27 loc) · 753 Bytes
-api-id -api-type ms.custom
T:Windows.Media.Control.GlobalSystemMediaTransportControlsSessionPlaybackStatus
winrt enum
RS5

Windows.Media.Control.GlobalSystemMediaTransportControlsSessionPlaybackStatus

-description

The different states of playback the session could be in.

-enum-fields

-field Stopped:3

The media is stopped.

-field Playing:4

The media is playing.

-field Paused:5

The media is paused.

-field Opened:1

The media is opened.

-field Closed:0

The media is closed.

-field Changing:2

The media is changing.

-remarks

-see-also

-examples