MediaElement.SpeedRatio Property

Definition

Gets or sets the speed ratio of the media.

C#
public double SpeedRatio { get; set; }

Property Value

The speed ratio of the media. The valid range is between 0 (zero) and infinity. Values less than 1 yield slower than normal playback, and values greater than 1 yield faster than normal playback. Negative values are treated as 0. The default value is 1.

Exceptions

The Clock property is not null.

Remarks

This property can be set only when the Clock property is null. When the Clock property is non-null, the timing engine controls media playback behavior.

Audio playback may not occur unless the value of SpeedRatio is 1.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9