pause

Pauses playback.

public void pause() throws RteException
Since
Available since v4.4.0.

After calling play to play a URL resource, you can call this method to pause playback. To stop playback, call stop.

Timing

You must call this method after calling play.

Exceptions

When this method call fails, the SDK throws an RteException with the corresponding error information. You need to catch and handle the exception.