Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SystemMediaTransportControls.PlaybackStatus Property
Definition
- Namespace:
- Windows.Media
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 or sets the playback status of the media.
public:
property MediaPlaybackStatus PlaybackStatus { MediaPlaybackStatus get(); void set(MediaPlaybackStatus value); };
MediaPlaybackStatus PlaybackStatus();
void PlaybackStatus(MediaPlaybackStatus value);
public MediaPlaybackStatus PlaybackStatus { get; set; }
var mediaPlaybackStatus = systemMediaTransportControls.playbackStatus;
systemMediaTransportControls.playbackStatus = mediaPlaybackStatus;
Public Property PlaybackStatus As MediaPlaybackStatus
Property Value
The playback status.
Applies to
Feedback
Was this page helpful?
