GlobalSystemMediaTransportControlsSessionMediaProperties.PlaybackType Property

Definition

The playback type of the content

public:
 property IReference<MediaPlaybackType> ^ PlaybackType { IReference<MediaPlaybackType> ^ get(); };
IReference<MediaPlaybackType> PlaybackType();
public System.Nullable<MediaPlaybackType> PlaybackType { get; }
var iReference = globalSystemMediaTransportControlsSessionMediaProperties.playbackType;
Public ReadOnly Property PlaybackType As Nullable(Of MediaPlaybackType)

Property Value

The type of media.

Applies to