Interface | Description |
---|---|
IAudioSendFactory |
Factory interface for the creation of new
IAudioSendSystem objects. |
IAudioSendSystem |
Interface that acts as a UDP audio packet sending loop.
|
IPacketProvider |
Represents the connection between a
IAudioSendSystem and
JDA's internal audio system, providing access to audio packets built from data provided from
AudioSendHandlers . |
Class | Description |
---|---|
DefaultSendFactory |
The default implementation of the
IAudioSendFactory . |
DefaultSendSystem |
The default implementation of the
IAudioSendSystem . |