stop method
void
stop()
inherited
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(this.id);
}