Navigation
API > API/Runtime > API/Runtime/Voice > API/Runtime/Voice/Interfaces > API/Runtime/Voice/Interfaces/IVoiceCapture > API/Runtime/Voice/Interfaces/IVoiceCapture/GetVoiceData
References
Module | Voice |
Header | /Engine/Source/Runtime/Online/Voice/Public/Interfaces/VoiceCapture.h |
Include | #include "Interfaces/VoiceCapture.h" |
virtual EVoiceCaptureState::Type GetVoiceData
&40;
uint8 &42; OutVoiceBuffer,
uint32 InVoiceBufferSize,
uint32 & OutAvailableVoiceData
&41;
Remarks
Fill a buffer with all available voice data state of the voice capture buffer
Parameters
Name | Description |
---|---|
OutVoiceBuffer | allocated buffer to fill with voice data |
InVoiceBufferSize | size, in bytes, of allocated buffer |
OutAvailableVoiceData | size, in bytes, of data placed in the OutVoiceBuffer |
OutSampleCounter | optional parameter for beginning sample of this buffer. |