GlobalSystemMediaTransportControlsSessionPlaybackInfo.PlaybackRate 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.
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.