EAudioEncodeHint

Encoding hints for compression

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Net/VoiceConfig.h

Include

#include "Net/VoiceConfig.h"

Syntax

enum EAudioEncodeHint
{
    VoiceEncode_Voice,
    VoiceEncode_Audio,
}

Values

Name

Description

VoiceEncode_Voice

Best for most VoIP applications where listening quality and intelligibility matter most

VoiceEncode_Audio

Best for broadcast/high-fidelity application where the decoded audio should be as close as possible to the input

Remarks

Encoding hints for compression

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