PlaybackSpeed Enum

Definition

The speed of the player.

public enum class PlaybackSpeed
public enum PlaybackSpeed
type PlaybackSpeed = 
Public Enum PlaybackSpeed
Inheritance
PlaybackSpeed

Fields

Half 50

Half the normal speed.

Normal 100

Normal speed.

OneAndAHalf 150

Fifty percent faster than the normal speed.

OneAndAQuarter 125

Twenty-five percent faster than the normal speed.

OneAndThreeQuarters 175

Seventy-five percent faster than the normal speed.

ThreeQuarters 75

Three-fourths of the normal speed.

TwoTimes 200

Twice the normal speed.

Applies to