Uses of Class
org.javacord.api.audio.SpeakingFlag
-
Packages that use SpeakingFlag Package Description org.javacord.api.audio -
-
Uses of SpeakingFlag in org.javacord.api.audio
Methods in org.javacord.api.audio that return SpeakingFlag Modifier and Type Method Description static SpeakingFlagSpeakingFlag. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SpeakingFlag[]SpeakingFlag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.javacord.api.audio that return types with arguments of type SpeakingFlag Modifier and Type Method Description java.util.Set<SpeakingFlag>AudioConnection. getSpeakingFlags()Gets the speaking flags of this connection.
-