GlobalSystemMediaTransportControlsSessionPlaybackControls.IsPlaybackRateEnabled Property

Definition

Whether the session currently supports changing the playback rate.

public:
 property bool IsPlaybackRateEnabled { bool get(); };
bool IsPlaybackRateEnabled();
public bool IsPlaybackRateEnabled { get; }
var boolean = globalSystemMediaTransportControlsSessionPlaybackControls.isPlaybackRateEnabled;
Public ReadOnly Property IsPlaybackRateEnabled As Boolean

Property Value

Boolean

bool

True if playback rate is supported; otherwise, false.

Applies to