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.-
Interface Summary Interface Description IAudioSendFactory Factory interface for the creation of newIAudioSendSystemobjects.IAudioSendSystem Interface that acts as a UDP audio packet sending loop.IPacketProvider Represents the connection between aIAudioSendSystemand JDA's internal audio system, providing access to audio packets built from data provided fromAudioSendHandlers. -
Class Summary Class Description DefaultSendFactory The default implementation of theIAudioSendFactory.DefaultSendSystem The default implementation of theIAudioSendSystem.