DefaultSoundPlayer

constructor(source: MediaSource.Local, context: Context)

Parameters

source

the MediaSource.Local on which the media is found


actual constructor(source: MediaSource.Local)

Creates SoundPlayer with the application context

expect constructor(source: MediaSource.Local)

Parameters

source

the MediaSource.Local on which the media is found

constructor(source: MediaSource.Local, configuration: DefaultSoundPlayer.Configuration)

Parameters

source

the MediaSource.Local on which the media is found

configuration

actual constructor(source: MediaSource.Local)

Creates SoundPlayer with default configuration

constructor(source: MediaSource.Local, configuration: DefaultSoundPlayer.Configuration)

Parameters

source

the MediaSource.Local on which the media is found

configuration

actual constructor(source: MediaSource.Local)

Creates SoundPlayer with default configuration

actual constructor(source: MediaSource.Local)

Parameters

source

the MediaSource.Local on which the media is found