toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.audio.sound
/
Sound
/
play
play
open
fun
play
(
coroutineContext
:
CoroutineContext
,
params
:
PlaybackParameters
=
PlaybackParameters.DEFAULT
)
:
SoundChannel
fun
play
(
coroutineContext
:
CoroutineContext
,
times
:
PlaybackTimes
,
startTime
:
TimeSpan
=
0.seconds
)
:
SoundChannel
suspend
fun
play
(
params
:
PlaybackParameters
=
PlaybackParameters.DEFAULT
)
:
SoundChannel
suspend
fun
play
(
times
:
PlaybackTimes
,
startTime
:
TimeSpan
=
0.seconds
)
:
SoundChannel