MediaPlaybackSession.PlaybackState Property

Definition

Gets a value indicating the current playback state of the MediaPlaybackSession, such as buffering or playing.

public:
 property MediaPlaybackState PlaybackState { MediaPlaybackState get(); };
MediaPlaybackState PlaybackState();
public MediaPlaybackState PlaybackState { get; }
var mediaPlaybackState = mediaPlaybackSession.playbackState;
Public ReadOnly Property PlaybackState As MediaPlaybackState

Property Value

The current playback state of the MediaPlaybackSession

Applies to