Uses of Interface
org.javacord.api.audio.AudioConnection
-
Packages that use AudioConnection Package Description org.javacord.api.entity.channel org.javacord.api.entity.server org.javacord.api.event.audio -
-
Uses of AudioConnection in org.javacord.api.entity.channel
Methods in org.javacord.api.entity.channel that return types with arguments of type AudioConnection Modifier and Type Method Description CompletableFuture<AudioConnection>ServerVoiceChannel. connect()Connects to the voice channel and disconnects any existing connections in the server. -
Uses of AudioConnection in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server that return types with arguments of type AudioConnection Modifier and Type Method Description Optional<AudioConnection>Server. getAudioConnection()Gets the audio connection in this server. -
Uses of AudioConnection in org.javacord.api.event.audio
Methods in org.javacord.api.event.audio that return AudioConnection Modifier and Type Method Description AudioConnectionAudioSourceEvent. getConnection()Gets the audio connection of the event.
-