- _singleton
godot_object _singleton;
Undocumented in source.
- _singletonName
char* _singletonName;
Undocumented in source.
- addBus
GodotMethod!(void, long) addBus;
Undocumented in source.
- addBusEffect
GodotMethod!(void, long, AudioEffect, long) addBusEffect;
Undocumented in source.
- captureGetDevice
GodotMethod!(String) captureGetDevice;
Undocumented in source.
- captureGetDeviceList
GodotMethod!(Array) captureGetDeviceList;
Undocumented in source.
- captureSetDevice
GodotMethod!(void, String) captureSetDevice;
Undocumented in source.
- generateBusLayout
GodotMethod!(AudioBusLayout) generateBusLayout;
Undocumented in source.
- getBusCount
GodotMethod!(long) getBusCount;
Undocumented in source.
- getBusEffect
GodotMethod!(AudioEffect, long, long) getBusEffect;
Undocumented in source.
- getBusEffectCount
GodotMethod!(long, long) getBusEffectCount;
Undocumented in source.
- getBusIndex
GodotMethod!(long, String) getBusIndex;
Undocumented in source.
- getBusName
GodotMethod!(String, long) getBusName;
Undocumented in source.
- getBusPeakVolumeLeftDb
GodotMethod!(double, long, long) getBusPeakVolumeLeftDb;
Undocumented in source.
- getBusPeakVolumeRightDb
GodotMethod!(double, long, long) getBusPeakVolumeRightDb;
Undocumented in source.
- getBusSend
GodotMethod!(String, long) getBusSend;
Undocumented in source.
- getBusVolumeDb
GodotMethod!(double, long) getBusVolumeDb;
Undocumented in source.
- getDevice
GodotMethod!(String) getDevice;
Undocumented in source.
- getDeviceList
GodotMethod!(Array) getDeviceList;
Undocumented in source.
- getMixRate
GodotMethod!(double) getMixRate;
Undocumented in source.
- getSpeakerMode
GodotMethod!(AudioServer.SpeakerMode) getSpeakerMode;
Undocumented in source.
- isBusBypassingEffects
GodotMethod!(bool, long) isBusBypassingEffects;
Undocumented in source.
- isBusEffectEnabled
GodotMethod!(bool, long, long) isBusEffectEnabled;
Undocumented in source.
- isBusMute
GodotMethod!(bool, long) isBusMute;
Undocumented in source.
- isBusSolo
GodotMethod!(bool, long) isBusSolo;
Undocumented in source.
- lock
GodotMethod!(void) lock;
Undocumented in source.
- moveBus
GodotMethod!(void, long, long) moveBus;
Undocumented in source.
- removeBus
GodotMethod!(void, long) removeBus;
Undocumented in source.
- removeBusEffect
GodotMethod!(void, long, long) removeBusEffect;
Undocumented in source.
- setBusBypassEffects
GodotMethod!(void, long, bool) setBusBypassEffects;
Undocumented in source.
- setBusCount
GodotMethod!(void, long) setBusCount;
Undocumented in source.
- setBusEffectEnabled
GodotMethod!(void, long, long, bool) setBusEffectEnabled;
Undocumented in source.
- setBusLayout
GodotMethod!(void, AudioBusLayout) setBusLayout;
Undocumented in source.
- setBusMute
GodotMethod!(void, long, bool) setBusMute;
Undocumented in source.
- setBusName
GodotMethod!(void, long, String) setBusName;
Undocumented in source.
- setBusSend
GodotMethod!(void, long, String) setBusSend;
Undocumented in source.
- setBusSolo
GodotMethod!(void, long, bool) setBusSolo;
Undocumented in source.
- setBusVolumeDb
GodotMethod!(void, long, double) setBusVolumeDb;
Undocumented in source.
- setDevice
GodotMethod!(void, String) setDevice;
Undocumented in source.
- swapBusEffects
GodotMethod!(void, long, long, long) swapBusEffects;
Undocumented in source.
- unlock
GodotMethod!(void) unlock;
Undocumented in source.