SystemMediaTransportControls.PlaybackRate Property

Definition

Gets or sets the playback rate of the SystemMediaTransportControls.

public:
 property double PlaybackRate { double get(); void set(double value); };
double PlaybackRate();

void PlaybackRate(double value);
public double PlaybackRate { get; set; }
var double = systemMediaTransportControls.playbackRate;
systemMediaTransportControls.playbackRate = double;
Public Property PlaybackRate As Double

Property Value

Double

double

The playback rate of the SystemMediaTransportControls.

Applies to