Navigation
| Name | Voice |
| Type | Runtime |
| Location | /Engine/Source/Runtime/Online/Voice/ |
| Module Build Rules | Voice.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FVoiceModule | Logging related to general voice chat flow (muting/registration/etc) Logging related to encoding of local voice packets Logging related to decoding of remote voice packets Internal voice capture logging Module for Voice capture/compression/decompression implementations |
Interfaces
| Name | Remarks |
|---|---|
| IVoiceCapture | Interface for capturing voice data on any platform |
| IVoiceDecoder | Interface for decoding voice passed over the wire |
| IVoiceEncoder | Interface for encoding raw voice for transmission over the wire |
Enums
Public
| Name | Remarks |
|---|---|
| EVoiceCaptureState::Type | Possible states related to voice capture |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| STATCAT_Advanced | Stats for voice codec | Interfaces/VoiceCodec.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TCHAR * EVoiceCaptureState::ToString
(
EVoiceCaptureState::Type VoiceCaptureState |
Interfaces/VoiceCapture.h |