buffer | dpp::ssl_client | protected |
bytes_in | dpp::ssl_client | protected |
bytes_out | dpp::ssl_client | protected |
channel_id | dpp::discord_voice_client | |
cipher | dpp::ssl_client | protected |
close() override | dpp::websocket_client | virtual |
complete_handshake(const struct socket_events *ev) | dpp::ssl_client | |
connect() override | dpp::websocket_client | protectedvirtual |
connect_retries | dpp::ssl_client | protected |
connected | dpp::ssl_client | protected |
creator | dpp::discord_voice_client | |
current_gain | dpp::discord_voice_client | |
discord_voice_client(dpp::cluster *_cluster, snowflake _channel_id, snowflake _server_id, const std::string &_token, const std::string &_session_id, const std::string &_host, bool enable_dave=false) | dpp::discord_voice_client | |
discover_ip() | dpp::discord_voice_client | |
do_raw_trace(const std::string &message) const | dpp::ssl_client | protected |
enable_raw_tracing() | dpp::ssl_client | |
end_gain | dpp::discord_voice_client | |
error(uint32_t errorcode) override | dpp::discord_voice_client | virtual |
execute_pending_upgrade_downgrade() | dpp::discord_voice_client | |
get_bytes_in() | dpp::ssl_client | |
get_bytes_out() | dpp::ssl_client | |
get_cipher() | dpp::ssl_client | |
get_iteration_interval() | dpp::discord_voice_client | |
get_marker_metadata() | dpp::discord_voice_client | |
get_privacy_code() const | dpp::discord_voice_client | |
get_remaining() | dpp::discord_voice_client | |
get_secs_remaining() | dpp::discord_voice_client | |
get_state() const | dpp::websocket_client | protected |
get_timescale() | dpp::discord_voice_client | |
get_tracks_remaining() | dpp::discord_voice_client | |
get_unique_id() const | dpp::ssl_client | |
get_uptime() | dpp::discord_voice_client | |
get_user_privacy_code(const dpp::snowflake user, privacy_code_callback_t callback) const | dpp::discord_voice_client | |
handle_buffer(std::string &buffer) override | dpp::websocket_client | virtual |
handle_frame(const std::string &buffer, ws_opcode opcode) override | dpp::discord_voice_client | virtual |
heartbeat_interval | dpp::discord_voice_client | |
hostname | dpp::ssl_client | protected |
increment | dpp::discord_voice_client | |
insert_marker(const std::string &metadata="") | dpp::discord_voice_client | |
is_connected() | dpp::discord_voice_client | |
is_end_to_end_encrypted() const | dpp::discord_voice_client | |
is_paused() | dpp::discord_voice_client | |
is_playing() | dpp::discord_voice_client | |
is_ready() | dpp::discord_voice_client | |
iteration_interval | dpp::discord_voice_client | |
keepalive | dpp::ssl_client | |
last_heartbeat | dpp::discord_voice_client | |
last_tick | dpp::ssl_client | protected |
log(dpp::loglevel severity, const std::string &msg) const override | dpp::discord_voice_client | virtual |
moving_average | dpp::discord_voice_client | |
obuffer | dpp::ssl_client | protected |
on_disconnect() override | dpp::discord_voice_client | virtual |
on_error(dpp::socket fd, const struct dpp::socket_events &, int error_code) | dpp::ssl_client | |
on_read(dpp::socket fd, const struct dpp::socket_events &ev) | dpp::ssl_client | |
on_write(dpp::socket fd, const struct dpp::socket_events &e) | dpp::ssl_client | |
one_second_timer() override | dpp::discord_voice_client | virtual |
owner | dpp::ssl_client | |
pause_audio(bool pause) | dpp::discord_voice_client | |
plaintext | dpp::ssl_client | protected |
process_mls_group_rosters(const std::map< uint64_t, std::vector< uint8_t > > &rmap) | dpp::discord_voice_client | |
raw_trace | dpp::ssl_client | protected |
read_loop() | dpp::ssl_client | |
ready_for_transition(const std::string &data) | dpp::discord_voice_client | |
recover_from_invalid_commit_welcome() | dpp::discord_voice_client | |
reinit_dave_mls_group() | dpp::discord_voice_client | |
run() | dpp::discord_voice_client | |
satype_live_audio enum value | dpp::discord_voice_client | |
satype_overlap_audio enum value | dpp::discord_voice_client | |
satype_recorded_audio enum value | dpp::discord_voice_client | |
send_audio_opus(const uint8_t *opus_packet, const size_t length, uint64_t duration, bool send_now=false) | dpp::discord_voice_client | |
send_audio_opus(const uint8_t *opus_packet, const size_t length) | dpp::discord_voice_client | |
send_audio_raw(uint16_t *audio_data, const size_t length) | dpp::discord_voice_client | |
send_audio_type | dpp::discord_voice_client | |
send_audio_type_t enum name | dpp::discord_voice_client | |
send_close_packet() | dpp::websocket_client | |
send_silence(const uint64_t duration) | dpp::discord_voice_client | |
send_stop_frames(bool send_now=false) | dpp::discord_voice_client | |
server_id | dpp::discord_voice_client | |
sessionid | dpp::discord_voice_client | |
set_iteration_interval(uint16_t interval) | dpp::discord_voice_client | |
set_send_audio_type(send_audio_type_t type) | dpp::discord_voice_client | |
set_timescale(uint64_t new_timescale) | dpp::discord_voice_client | |
set_user_gain(snowflake user_id, float factor) | dpp::discord_voice_client | |
sfd | dpp::ssl_client | protected |
skip_to_next_marker() | dpp::discord_voice_client | |
socket_write(const std::string_view data) | dpp::ssl_client | |
speak() | dpp::discord_voice_client | |
ssl | dpp::ssl_client | protected |
ssl_client(cluster *creator, const std::string &_hostname, const std::string &_port="443", bool plaintext_downgrade=false, bool reuse=false) | dpp::ssl_client | |
start | dpp::ssl_client | protected |
stop_audio() | dpp::discord_voice_client | |
tcp_connect_done | dpp::ssl_client | protected |
terminating | dpp::discord_voice_client | |
timed_out | dpp::websocket_client | protected |
timeout | dpp::websocket_client | protected |
timer_handle | dpp::ssl_client | protected |
token | dpp::discord_voice_client | |
unique_id | dpp::ssl_client | protected |
websocket_client(cluster *creator, const std::string &hostname, const std::string &port="443", const std::string &urlpath="", ws_opcode opcode=OP_BINARY) | dpp::websocket_client | |
write(const std::string_view data, ws_opcode _opcode=OP_AUTO) | dpp::websocket_client | virtual |
~discord_voice_client() override | dpp::discord_voice_client | virtual |
~ssl_client() | dpp::ssl_client | virtual |
~websocket_client()=default | dpp::websocket_client | virtual |