![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "VoiceModule.h"#include "Misc/ConfigCacheIni.h"#include "VoicePrivate.h"#include "VoiceCodecOpus.h"| DEFINE_LOG_CATEGORY | ( | LogVoice | ) |
| DEFINE_LOG_CATEGORY | ( | LogVoiceCapture | ) |
| DEFINE_LOG_CATEGORY | ( | LogVoiceDecode | ) |
| DEFINE_LOG_CATEGORY | ( | LogVoiceEncode | ) |
| DEFINE_STAT | ( | STAT_Decode_CompressionRatio | ) |
| DEFINE_STAT | ( | STAT_Decode_NumChannels | ) |
| DEFINE_STAT | ( | STAT_Decode_OutSize | ) |
| DEFINE_STAT | ( | STAT_Decode_SampleRate | ) |
| DEFINE_STAT | ( | STAT_Encode_Bitrate | ) |
| DEFINE_STAT | ( | STAT_Encode_CompressionRatio | ) |
| DEFINE_STAT | ( | STAT_Encode_NumChannels | ) |
| DEFINE_STAT | ( | STAT_Encode_OutSize | ) |
| DEFINE_STAT | ( | STAT_Encode_SampleRate | ) |
| DEFINE_STAT | ( | STAT_Voice_Decoding | ) |
| DEFINE_STAT | ( | STAT_Voice_Encoding | ) |
| IMPLEMENT_MODULE | ( | FVoiceModule | , |
| Voice | |||
| ) |