setPlaybackSpeed
Sets the playback speed parameter.
public void setPlaybackSpeed(int speed) throws RteException
- Since
- Available since v4.5.1.
You can call this method after calling openWithUrl.
Parameters
- speed
- Playback speed. Valid range is [50, 400].
Exceptions
If setting the playback speed fails, the SDK throws an exception and returns the corresponding error message. You need to catch and handle the exception.