Audio::EHardwareInputFeature

Various hardware-accelerated features that an input device can have.

Windows
MacOS
Linux

References

Module

AudioCaptureCore

Header

/Engine/Source/Runtime/AudioCaptureCore/Public/AudioCaptureCore.h

Include

#include "AudioCaptureCore.h"

Syntax

namespace Audio
{
    enum EHardwareInputFeature
    {
        EchoCancellation,
        NoiseSuppression,
        AutomaticGainControl,
    }
}

Values

Name

Description

EchoCancellation

NoiseSuppression

AutomaticGainControl

Remarks

Various hardware-accelerated features that an input device can have.

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