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