Navigation
API > API/Runtime > API/Runtime/Voice > API/Runtime/Voice/Interfaces > API/Runtime/Voice/Interfaces/IVoiceCapture
References
Module | Voice |
Header | /Engine/Source/Runtime/Online/Voice/Public/Interfaces/VoiceCapture.h |
Include | #include "Interfaces/VoiceCapture.h" |
bool Init
&40;
const FString & DeviceName,
int32 SampleRate,
int32 NumChannels
&41;
Remarks
Initialize the voice capture object true if successful, false otherwise
Parameters
Name | Description |
---|---|
DeviceName | name of device to capture audio data with, empty for default device |
SampleRate | sampling rate of voice capture |
NumChannels | number of channels to capture |