stop method

void stop()

Stops the Player.

Also resets the Device set using Player.setDevice. A new instance must be created, once this method is called.

Implementation

void stop() {
  PlayerFFI.stop(id);
}