D++ (DPP)  10.0.30
C++ Discord API Bot Library
discordvoiceclient.cpp File Reference
#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>
Include dependency graph for discordvoiceclient.cpp:

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