Uses of Interface
org.javacord.api.audio.AudioSource
-
Packages that use AudioSource Package Description org.javacord.api.audio org.javacord.api.audio.internal org.javacord.api.event.audio -
-
Uses of AudioSource in org.javacord.api.audio
Subinterfaces of AudioSource in org.javacord.api.audio Modifier and Type Interface Description interfaceBufferableAudioSourceA bufferable audio source.interfaceDownloadableAudioSourceA downloadable audio source.interfacePauseableAudioSourceA pauseable audio source.interfaceSeekableAudioSourceA seekable audio source.Classes in org.javacord.api.audio that implement AudioSource Modifier and Type Class Description classAudioSourceBaseThe base class of every audio source.classSilentAudioSourceA silent audio source that's always muted.Methods in org.javacord.api.audio that return AudioSource Modifier and Type Method Description AudioSourceAudioSource. copy()Creates a copy of the audio source that can be reused for another audio connection.AudioSourceSilentAudioSource. copy()Methods in org.javacord.api.audio that return types with arguments of type AudioSource Modifier and Type Method Description java.util.Optional<AudioSource>AudioConnection. getAudioSource()Gets the audio source.Methods in org.javacord.api.audio with parameters of type AudioSource Modifier and Type Method Description voidAudioConnection. setAudioSource(AudioSource source)Sets the audio source, replacing any currently playing source.byte[]AudioTransformer. transform(AudioSource source, byte[] originalFrame)Intercepts and transforms the incoming audio frame. -
Uses of AudioSource in org.javacord.api.audio.internal
Subinterfaces of AudioSource in org.javacord.api.audio.internal Modifier and Type Interface Description interfaceAudioSourceBaseDelegateThis class is internally used by theAudioSourceBase. -
Uses of AudioSource in org.javacord.api.event.audio
Methods in org.javacord.api.event.audio that return AudioSource Modifier and Type Method Description AudioSourceAudioSourceEvent. getSource()Gets the audio source of the event.
-