MediaPlayer.SpeedRatio Property

Definition

Gets or sets the ratio of speed that media is played at.

public:
 property double SpeedRatio { double get(); void set(double value); };
public double SpeedRatio { get; set; }
member this.SpeedRatio : double with get, set
Public Property SpeedRatio As Double

Property Value

The ratio of speed that media is played back represented by a value between 0 and the largest double value. The default is 1.0.

Remarks

Values less than one yield slower than normal playback while values greater than one yields faster than normal playback.

If the player has an associated Clock, setting SpeedRatio is not allowed. SpeedRatio cannot be set while the timing engine drives media playback.

Audio playback is not guaranteed when SpeedRatio is not 1.

XAML Text Usage

Not typically used in XAML.

Applies to