The speed of the player.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Enumeration 
PlaybackSpeed
C#
public 
enum 
PlaybackSpeed
Visual C++
public 
enum class 
PlaybackSpeed
JavaScript

Microsoft.Rtc.Collaboration.AudioVideo.PlaybackSpeed = 
function();

Microsoft.Rtc.Collaboration.AudioVideo.PlaybackSpeed.createEnum('

Microsoft.Rtc.Collaboration.AudioVideo.PlaybackSpeed',
false);

Members

Member name Description
Half
Fifty percent slower than the normal speed.
ThreeQuarters
Twenty-five percent slower than 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.

See Also