Audio::EDynamicsProcessingMode::Type

What mode the compressor is in.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/DynamicsProcessor.h

Include

#include "DSP/DynamicsProcessor.h"

Syntax

namespace Audio
{
    namespace EDynamicsProcessingMode
    {
        enum Type
        {
            Compressor,
            Limiter,
            Expander,
            Gate,
            Count,
        }
    }
}

Values

Name

Description

Compressor

Limiter

Expander

Gate

Count

Remarks

What mode the compressor is in.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss