korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-audio-core
/
korlibs.audio.sound
/
ReadonlySoundProps
Readonly
Sound
Props
interface
ReadonlySoundProps
Inheritors
SoundProps
Members
Members & Extensions
Properties
panning
Link copied to clipboard
abstract
val
panning
:
Double
pitch
Link copied to clipboard
open
val
pitch
:
Double
position
Link copied to clipboard
abstract
val
position
:
Vector3
volume
Link copied to clipboard
abstract
val
volume
:
Double
Functions
apply
Props
To
Link copied to clipboard
fun
ReadonlySoundProps
.
applyPropsTo
(
listener
:
SoundListenerProps
,
samples
:
AudioSamplesInterleaved
)
volume
For
Channel
Link copied to clipboard
fun
ReadonlySoundProps
.
volumeForChannel
(
listener
:
SoundListenerProps
,
channel
:
Int
)
:
Float