DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
AudioEncoder.hpp File Reference
#include <discordcoreapi/FoundationEntities.hpp>
#include <opus/opus.h>
Include dependency graph for AudioEncoder.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes and Structures

struct  discord_core_api::discord_core_internal::encoder_return_data
 Structure to hold the encoded data and sample count returned by the encoder. More...
 
struct  discord_core_api::discord_core_internal::opus_encoder_wrapper
 Wrapper class for the opus audio encoder. More...
 
struct  discord_core_api::discord_core_internal::opus_encoder_wrapper::opus_encoder_deleter
 Deleter for OpusEncoder instances. More...
 

Namespaces

namespace  discord_core_api
 The main namespace for the forward-facing interfaces.