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< IVoiceDecoder > CreateVoiceDecoder
&40;
int32 SampleRate,
int32 NumChannels
&41;
Remarks
Instantiates a new voice decoder object new voice decoder object, possibly NULL
Parameters
Name | Description |
---|---|
SampleRate | sampling rate of voice capture |
NumChannels | number of channels to capture |