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 ChangeDevice
&40;
const FString & DeviceName,
int32 SampleRate,
int32 NumChannels
&41;
Remarks
Change the associated capture device true if change was 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 |