Share via


PlaybackStatus Enum

Definition

Represents the status of the media playback.

public enum class PlaybackStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class PlaybackStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum PlaybackStatus
var value = Windows.Phone.Notification.Management.PlaybackStatus.none
Public Enum PlaybackStatus
Inheritance
PlaybackStatus
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Phone.PhoneContract (introduced in v1.0)
App capabilities
accessoryManager

Fields

None 0

There is no media.

Paused 4

The media track is paused.

Playing 3

The media track is playing.

Stopped 2

The media track stopped playing.

TrackChanged 1

The media track changed.

Remarks

Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.

Applies to