Navigation
API > API/Runtime > API/Runtime/AudioMixer
Forwards
The time it takes to process the master dynamics.
| Name | Audio::EMixerSourceSubmixSendStage |
| Type | enum |
| Header File | /Engine/Source/Runtime/AudioMixer/Public/AudioMixerSubmix.h |
| Include Path | #include "AudioMixerSubmix.h" |
Syntax
namespace Audio
{
enum EMixerSourceSubmixSendStage
{
PostDistanceAttenuation,
PreDistanceAttenuation,
}
}
Values
| Name | Remarks |
|---|---|
| PostDistanceAttenuation | Whether to do the send pre distance attenuation. |
| PreDistanceAttenuation | Whether to do the send post distance attenuation. |