toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.audio.sound
/
SoundProps
Sound
Props
interface
SoundProps
:
ReadonlySoundProps
Inheritors
NewPlatformAudioOutput
PlatformAudioOutput
DummySoundProps
SoundChannelBase
Sound
Members
Members & Extensions
Properties
panning
Link copied to clipboard
abstract
override
var
panning
:
Double
pitch
Link copied to clipboard
abstract
override
var
pitch
:
Double
volume
Link copied to clipboard
abstract
override
var
volume
:
Double
Functions
apply
Props
To
Link copied to clipboard
fun
SoundProps
.
applyPropsTo
(
samples
:
AudioSamples
)
fun
SoundProps
.
applyPropsTo
(
samples
:
AudioSamplesInterleaved
)
copy
Sound
Props
From
Link copied to clipboard
fun
SoundProps
.
copySoundPropsFrom
(
other
:
ReadonlySoundProps
)
copy
Sound
Props
From
Combined
Link copied to clipboard
fun
SoundProps
.
copySoundPropsFromCombined
(
l
:
ReadonlySoundProps
,
r
:
ReadonlySoundProps
)
volume
For
Channel
Link copied to clipboard
fun
SoundProps
.
volumeForChannel
(
channel
:
Int
)
:
Double