Gets or sets the player's playback speed.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
PlaybackSpeed 
As 

PlaybackSpeed
C#
public 

PlaybackSpeed 
PlaybackSpeed { 
get; 
set; }
Visual C++
public:
property 

PlaybackSpeed 
PlaybackSpeed {
	

PlaybackSpeed 
get ();
	
void 
set (

PlaybackSpeed 
value);
}
JavaScript
function get_
playbackSpeed();
function set_
playbackSpeed(
value);

Exceptions

Exception Condition
ArgumentOutOfRangeException Thrown if PlaybackSpeed has a value not in the PlaybackSpeed enumeration.

See Also