Navigation
API > API/Runtime > API/Runtime/Voice > API/Runtime/Voice/FVoiceModule
References
Module | Voice |
Header | /Engine/Source/Runtime/Online/Voice/Public/VoiceModule.h |
Include | #include "VoiceModule.h" |
Source | /Engine/Source/Runtime/Online/Voice/Private/VoiceModule.cpp |
virtual TSharedPtr< IVoiceEncoder > CreateVoiceEncoder
&40;
int32 SampleRate,
int32 NumChannels,
EAudioEncodeHint EncodeHint
&41;
Remarks
Instantiates a new voice encoder object new voice encoder object, possibly NULL
Parameters
Name | Description |
---|---|
SampleRate | sampling rate of voice capture |
NumChannels | number of channels to capture |
EncodeHint | hint to describe type of audio quality desired |