Uses of Interface
org.javacord.api.audio.DownloadableAudioSource
-
Packages that use DownloadableAudioSource Package Description org.javacord.api.audio -
-
Uses of DownloadableAudioSource in org.javacord.api.audio
Methods in org.javacord.api.audio that return types with arguments of type DownloadableAudioSource Modifier and Type Method Description default Optional<DownloadableAudioSource>AudioSource. asDownloadableAudioSource()Gets this audio source as aDownloadableAudioSource.CompletableFuture<? extends DownloadableAudioSource>DownloadableAudioSource. download()Downloads the audio source.
-