Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
abstract class AudioPlayer(val context: PlatformContext, val onEndListener: () -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract class MusicPlayer(fetcher: MediaMetadataFetcher)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
actual class SoundPlayer
expect class SoundPlayer
actual class SoundPlayer
actual class SoundPlayer
actual class SoundPlayer
Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
actual fun buildAudioPlayer(context: PlatformContext, onEndListener: () -> Unit): AudioPlayer
expect fun buildAudioPlayer(context: PlatformContext, onEndListener: () -> Unit): AudioPlayer
actual fun buildAudioPlayer(context: PlatformContext, onEndListener: () -> Unit): AudioPlayer
actual fun buildAudioPlayer(context: PlatformContext, onEndListener: () -> Unit): AudioPlayer
actual fun buildAudioPlayer(context: PlatformContext, onEndListener: () -> Unit): AudioPlayer
Link copied to clipboard
Link copied to clipboard
fun mergePlayMode(repeatMode: Int, shuffleModeEnabled: Boolean): MediaPlayMode