korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-audio
/
korlibs.audio.sound
/
SoundPlay
/
play
play
abstract
fun
play
(
coroutineContext
:
CoroutineContext
,
params
:
PlaybackParameters
=
PlaybackParameters.DEFAULT
)
:
SoundChannel
open
fun
play
(
coroutineContext
:
CoroutineContext
,
times
:
PlaybackTimes
,
startTime
:
Duration
=
0.seconds
)
:
SoundChannel
open
suspend
fun
play
(
params
:
PlaybackParameters
=
PlaybackParameters.DEFAULT
)
:
SoundChannel
open
suspend
fun
play
(
times
:
PlaybackTimes
,
startTime
:
Duration
=
0.seconds
)
:
SoundChannel