Package org.javacord.api.audio.internal
Interface AudioSourceBaseDelegate
-
- All Superinterfaces:
AudioSource,AudioSourceAttachableListenerManager,Specializable<AudioSource>
public interface AudioSourceBaseDelegate extends AudioSource
This class is internally used by theAudioSourceBase. You usually don't want to interact with this object.
-
-
Method Summary
-
Methods inherited from interface org.javacord.api.audio.AudioSource
addTransformer, asBufferableAudioSource, asDownloadableAudioSource, asPauseableAudioSource, asSeekableAudioSource, copy, getApi, getNextFrame, getTransformers, hasFinished, hasNextFrame, isMuted, mute, removeTransformer, removeTransformers, setMuted, unmute
-
Methods inherited from interface org.javacord.api.listener.audio.AudioSourceAttachableListenerManager
addAudioSourceAttachableListener, addAudioSourceFinishedListener, getAudioSourceAttachableListeners, getAudioSourceFinishedListeners, removeAudioSourceAttachableListener, removeListener
-
Methods inherited from interface org.javacord.api.util.Specializable
as
-
-