D++ (DPP)
C++ Discord API Bot Library
|
An opus-encoded RTP packet to be sent out to a voice channel. More...
#include <discordvoiceclient.h>
Public Attributes | |
std::string | packet |
Each string is a UDP packet. Generally these will be RTP. More... | |
uint64_t | duration |
Duration of packet. More... | |
An opus-encoded RTP packet to be sent out to a voice channel.
uint64_t dpp::voice_out_packet::duration |
Duration of packet.
std::string dpp::voice_out_packet::packet |
Each string is a UDP packet. Generally these will be RTP.