GlobalSystemMediaTransportControlsSessionPlaybackControls.IsPlaybackRateEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.