Colibrio Audio Player
Used for controlling and configuring native audio playback.
Players are created and managed by the ColibrioMediaService.
Note that there can only be one ColibrioAudioPlayer at a time. If another one is created either by using ReadingSystemEngine.createSyncMediaPlayer with a SyncMediaAudioRenderer.NativeAudioRenderer or by using ColibrioMediaService.createAudioPlayer, the existing one will be destroyed.
Functions
Adds an instance of OnMediaPlayerEventListener to the player.
Destroys this ColibrioAudioPlayer instance, which results in ignoring all subsequent calls to its methods. This method does nothing if already destroyed.
Removes an instance of OnMediaPlayerEventListener from the player.
Seeks to the approximate time from timeline start in milliseconds.
Seeks to the next segment in the timeline, if such segment exists.
Seeks to the previous segment in the timeline, if such segment exists.
Seeks to the given position in the timeline.
Updates the media commands.
Updates the media session metadata.