Package net.dv8tion.jda.api.audio.factory
package net.dv8tion.jda.api.audio.factory
Audio send factories that can be implemented to generate
custom audio send packages to be provided to Discord.
A default factory is provided by
A default factory is provided by
DefaultSendFactory
.-
ClassDescriptionThe default implementation of the
IAudioSendFactory
.The default implementation of theIAudioSendSystem
.Factory interface for the creation of newIAudioSendSystem
objects.Interface that acts as a UDP audio packet sending loop.Represents the connection between aIAudioSendSystem
and JDA's internal audio system, providing access to audio packets built from data provided fromAudioSendHandlers
.