Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MediaPlaybackSession.PlaybackState Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?