Navigation
API > API/Runtime > API/Runtime/Engine
Encoding hints for compression
| Name | EAudioEncodeHint |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/VoiceConfig.h |
| Include Path | #include "Net/VoiceConfig.h" |
Syntax
enum EAudioEncodeHint
{
VoiceEncode_Voice,
VoiceEncode_Audio,
}
Values
| Name | Remarks |
|---|---|
| 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 |