GlobalSystemMediaTransportControlsSessionPlaybackInfo.PlaybackRate Property

Definition

The rate at which playback is happening.

public:
 property IReference<double> ^ PlaybackRate { IReference<double> ^ get(); };
IReference<double> PlaybackRate();
public System.Nullable<double> PlaybackRate { get; }
var iReference = globalSystemMediaTransportControlsSessionPlaybackInfo.playbackRate;
Public ReadOnly Property PlaybackRate As Nullable(Of Double)

Property Value

A value indicating the playback rate, 1 being normal playback.

Applies to