Types

Link copied to clipboard
object Companion
Link copied to clipboard

Normal transmission of voice audio.

Link copied to clipboard

Priority speaker, lowering audio of other speakers.

Link copied to clipboard

Transmission of context audio for video, no speaking indicator.

Link copied to clipboard

An unknown SpeakingFlag.

Properties

Link copied to clipboard
val code: Int

The raw code used by Discord.

Link copied to clipboard
val shift: Int

The position of the bit that is set in this SpeakingFlag. This is always in 0..30.

Functions

Link copied to clipboard
operator override fun equals(other: Any?): Boolean
Link copied to clipboard
override fun hashCode(): Int
Link copied to clipboard
operator fun plus(flag: SpeakingFlag): SpeakingFlags

Returns an instance of SpeakingFlags that has all bits set that are set in this and flag.

operator fun plus(flags: SpeakingFlags): SpeakingFlags

Returns an instance of SpeakingFlags that has all bits set that are set in this and flags.

Link copied to clipboard
override fun toString(): String