godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
AudioServerSingleton.setBusSend
godot
audioserver
AudioServerSingleton
Connects the output of the bus at
bus_idx
to the bus named
send
.
struct
AudioServerSingleton
@
nogc
nothrow
void
setBusSend
(
in
long
bus_idx
,
in
String
send
)
Meta
Source
See Implementation
godot
audioserver
AudioServerSingleton
aliases
BaseClasses
enums
Constants
SpeakerMode
functions
addBus
addBusEffect
captureGetDevice
captureGetDeviceList
captureSetDevice
generateBusLayout
getBusChannels
getBusCount
getBusEffect
getBusEffectCount
getBusEffectInstance
getBusIndex
getBusName
getBusPeakVolumeLeftDb
getBusPeakVolumeRightDb
getBusSend
getBusVolumeDb
getDevice
getDeviceList
getGlobalRateScale
getMixRate
getOutputLatency
getSpeakerMode
getTimeSinceLastMix
getTimeToNextMix
isBusBypassingEffects
isBusEffectEnabled
isBusMute
isBusSolo
lock
moveBus
opAssign
opEquals
removeBus
removeBusEffect
setBusBypassEffects
setBusCount
setBusEffectEnabled
setBusLayout
setBusMute
setBusName
setBusSend
setBusSolo
setBusVolumeDb
setDevice
setGlobalRateScale
swapBusEffects
toHash
unlock
properties
busCount
device
globalRateScale
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Connects the output of the bus at bus_idx to the bus named send.