DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
discord_core_api::discord_core_internal::encoder_return_data Struct Reference

Structure to hold the encoded data and sample count returned by the encoder. More...

#include <AudioEncoder.hpp>

Public Data Members

jsonifier::string_view_base< uint8_t > data {}
 Encoded data.
 
uint64_t sampleCount {}
 Number of audio samples in the input frame.
 

The documentation for this struct was generated from the following file: