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
/
PlaybackParameters
/
PlaybackParameters
Playback
Parameters
constructor
(
times
:
PlaybackTimes
=
1.playbackTimes
,
startTime
:
Duration
=
0.seconds
,
bufferTime
:
Duration
=
0.25.seconds
,
volume
:
Double
=
1.0
,
pitch
:
Double
=
1.0
,
panning
:
Double
=
0.0
,
position
:
Vector3
=
Vector3.ZERO
,
onCancel
:
(
)
->
Unit
?
=
null
,
onFinish
:
(
)
->
Unit
?
=
null
)