Navigation
API > API/Runtime > API/Runtime/Voice
Possible states related to voice capture
| Name | EVoiceCaptureState::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Online/Voice/Public/Interfaces/VoiceCapture.h |
| Include Path | #include "Interfaces/VoiceCapture.h" |
Syntax
namespace EVoiceCaptureState
{
enum Type
{
UnInitialized,
NotCapturing,
Ok,
NoData,
Stopping,
BufferTooSmall,
Error,
}
}
Values
| Name | Remarks |
|---|---|
| UnInitialized | |
| NotCapturing | |
| Ok | |
| NoData | |
| Stopping | |
| BufferTooSmall | |
| Error |