Navigation
API > API/Runtime > API/Runtime/AudioMixer
References
| Module | AudioMixer |
| Header | /Engine/Source/Runtime/AudioMixer/Public/AudioMixerBus.h |
| Include | #include "AudioMixerBus.h" |
Syntax
class FMixerAudioBus
Remarks
Bus instance data. Holds source id bus instances and bus sends data.
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddNewPatchInput
(
const FPatchInput& InPatchInput |
Allow anybody to write audio into this audio bus from any thread. | |
| void | AddNewPatchOutput
(
const FPatchOutputStrongPtr& InPatchOutputStrongPtr |
Allow anybody to add a pre-existing patch output object to the audio bus. | |
| void | RemovePatchInput
(
const FPatchInput& InPatchInput |
Allow anybody to write audio into this audio bus from any thread. |