EVoiceCaptureState::Type

Possible states related to voice capture

Windows
MacOS
Linux

References

Module

Voice

Header

/Engine/Source/Runtime/Online/Voice/Public/Interfaces/VoiceCapture.h

Include

#include "Interfaces/VoiceCapture.h"

Syntax

namespace EVoiceCaptureState
{
    enum Type
    {
        UnInitialized,
        NotCapturing,
        Ok,
        NoData,
        Stopping,
        BufferTooSmall,
        Error,
    }
}

Values

Name

Description

UnInitialized

NotCapturing

Ok

NoData

Stopping

BufferTooSmall

Error

Remarks

Possible states related to voice capture

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss