Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.SetSpeed Method

Sets playback speed.

Pascal
function SetSpeed(Speed: Double): Boolean;
C++
__fastcall Boolean SetSpeed(Double Speed);
C#
public Boolean SetSpeed(Double Speed);
Visual Basic
Public Function SetSpeed(Speed As Double) As Boolean
Java
public Boolean SetSpeed(Double Speed);
IDL
Boolean SetSpeed(Double Speed);
JavaScript
SetSpeed
Parameters 
Description 
Speed: Double 
Playback speed (0.01-100.0). 

Returns true if the operation has been successful.

Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!