Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SystemMediaTransportControls.PlaybackRate Property
Definition
- Namespace:
- Windows.Media
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.
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
Feedback
Was this page helpful?
