Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net
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