MediaElement::SpeedRatio Property
.NET Framework (current version)
Gets or sets the speed ratio of the media.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System::DoubleThe 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.
| Exception | Condition |
|---|---|
| InvalidOperationException | The Clock property is not null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: