#include <dpp/export.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <resolv.h>
#include <netdb.h>
#include <sys/socket.h>
#include <netinet/tcp.h>
#include <string_view>
#include <iostream>
#include <fstream>
#include <algorithm>
#include <cmath>
#include <dpp/exception.h>
#include <dpp/isa_detection.h>
#include <dpp/discordvoiceclient.h>
#include <dpp/cache.h>
#include <dpp/cluster.h>
#include <dpp/json.h>
Classes | |
struct | OpusDecoder |
struct | OpusEncoder |
struct | OpusRepacketizer |
struct | dpp::rtp_header |
Represents an RTP packet. More... | |
Namespaces | |
dpp | |
The main namespace for D++ functions. | |
Variables | |
std::string | dpp::external_ip |
constexpr int32_t | dpp::opus_channel_count = 2 |
constexpr int32_t | dpp::opus_sample_rate_hz = 48000 |