PlaybackSpeed Enum
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 speed of the player.
public enum class PlaybackSpeed
public enum PlaybackSpeed
type PlaybackSpeed =
Public Enum PlaybackSpeed
- Inheritance
-
PlaybackSpeed
Fields
Name | Value | Description |
---|---|---|
Half | 50 | Half the normal speed. |
ThreeQuarters | 75 | Three-fourths of the normal speed. |
Normal | 100 | Normal speed. |
OneAndAQuarter | 125 | Twenty-five percent faster than the normal speed. |
OneAndAHalf | 150 | Fifty percent faster than the normal speed. |
OneAndThreeQuarters | 175 | Seventy-five percent faster than the normal speed. |
TwoTimes | 200 | Twice the normal speed. |