![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Represents a single frame of audio data. More...
#include <Utilities.hpp>
Public Data Members | |
int64_t | currentSize {} |
The current size of the allocated memory. | |
std::basic_string< std::byte > | data {} |
The audio data. | |
uint64_t | guildMemberId {} |
GuildMemberId for the sending GuildMember. | |
AudioFrameType | type { AudioFrameType::Unset } |
The type of audio frame. | |