toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.audio.sound
/
PlaybackParameters
/
PlaybackParameters
Playback
Parameters
constructor
(
times
:
PlaybackTimes
=
1.playbackTimes
,
startTime
:
TimeSpan
=
0.seconds
,
bufferTime
:
TimeSpan
=
0.16.seconds
,
volume
:
Double
=
1.0
,
pitch
:
Double
=
1.0
,
panning
:
Double
=
0.0
,
onCancel
:
(
)
->
Unit
?
=
null
,
onFinish
:
(
)
->
Unit
?
=
null
)