Interface IAudioSendFactory

All Known Implementing Classes:
DefaultSendFactory

public interface IAudioSendFactory
Factory interface for the creation of new IAudioSendSystem objects.
JDA, by default, uses DefaultSendFactory for the creation of its UDP audio packet sending system.

Implementations of this interface are provided to JDABuilder.setAudioSendFactory(IAudioSendFactory).