dispose

abstract fun dispose()

When this command is received Player should auto-shutdown and trigger release of all underlying resources held by the Player irrespective of the state it is in. Player should fire PlayerAdapter.EV_PLAYBACK_DISPOSED on successful abort. After dispose is processed, any call upon this Adapter instance will have no-effect.