Changes

Jump to: navigation, search
Playing Audio
* '''pause()''' – Pauses the playback. Playback may be resumed via a call to the resume() method.
* '''stop()''' – Stops playback.
* '''setVolume() ''' – Takes two floating-point arguments specifying the playback volume for the left and right channels.
* '''resume()''' – Resumes a previously paused playback session.
* '''reset()''' – Resets the state of the media player instance. Essentially sets the instance back to the uninitialized state. At a minimum, a reset player will need to have the data source set again and the prepare() method called.

Navigation menu