Package net.dv8tion.jda.core.audio
Class VoiceCode
- java.lang.Object
-
- net.dv8tion.jda.core.audio.VoiceCode
-
public final class VoiceCode extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VoiceCode.Close
-
Field Summary
Fields Modifier and Type Field Description static int
HEARTBEAT
static int
HEARTBEAT_ACK
static int
HELLO
static int
IDENTIFY
static int
READY
static int
RESUME
static int
RESUMED
static int
SELECT_PROTOCOL
static int
SESSION_DESCRIPTION
static int
USER_DISCONNECT
static int
USER_SPEAKING_UPDATE
-
Constructor Summary
Constructors Constructor Description VoiceCode()
-
-
-
Field Detail
-
IDENTIFY
public static final int IDENTIFY
- See Also:
- Constant Field Values
-
SELECT_PROTOCOL
public static final int SELECT_PROTOCOL
- See Also:
- Constant Field Values
-
READY
public static final int READY
- See Also:
- Constant Field Values
-
HEARTBEAT
public static final int HEARTBEAT
- See Also:
- Constant Field Values
-
SESSION_DESCRIPTION
public static final int SESSION_DESCRIPTION
- See Also:
- Constant Field Values
-
USER_SPEAKING_UPDATE
public static final int USER_SPEAKING_UPDATE
- See Also:
- Constant Field Values
-
HEARTBEAT_ACK
public static final int HEARTBEAT_ACK
- See Also:
- Constant Field Values
-
RESUME
public static final int RESUME
- See Also:
- Constant Field Values
-
HELLO
public static final int HELLO
- See Also:
- Constant Field Values
-
RESUMED
public static final int RESUMED
- See Also:
- Constant Field Values
-
USER_DISCONNECT
public static final int USER_DISCONNECT
- See Also:
- Constant Field Values
-
-