The speed of the player.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration PlaybackSpeed
'Usage
Dim instance As PlaybackSpeed
public enum PlaybackSpeed
Members
| Member name | Description | |
|---|---|---|
| Half | Half the normal speed. | |
| ThreeQuarters | Three-fourths of the normal speed. | |
| Normal | Normal speed. | |
| OneAndAQuarter | Twenty-five percent faster than the normal speed. | |
| OneAndAHalf | Fifty percent faster than the normal speed. | |
| OneAndThreeQuarters | Seventy-five percent faster than the normal speed. | |
| TwoTimes | Twice the normal speed. |