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

Go to the source code of this file.

Classes and Structures

class  DiscordCoreAPI::DiscordCoreInternal::MatroskaDemuxer
 A class for demuxing Matroska-contained audio data. More...
 
class  DiscordCoreAPI::DiscordCoreInternal::OggDemuxer
 A class for demuxing Ogg-contained audio data. More...
 
class  DiscordCoreAPI::DiscordCoreInternal::OggPage
 A class representing an Ogg page for demuxing. More...
 
class  DiscordCoreAPI::DiscordCoreInternal::OpusPacket
 A class representing an Opus packet. More...