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

Deleter for OpusEncoder instances. More...

#include <AudioEncoder.hpp>

Inheritance diagram for discord_core_api::discord_core_internal::opus_encoder_wrapper::opus_encoder_deleter:
[legend]

Public Member Functions

void operator() (OpusEncoder *other)
 Operator to destroy an OpusEncoder instance. More...
 

Member Function Documentation

◆ operator()()

void discord_core_api::discord_core_internal::opus_encoder_wrapper::opus_encoder_deleter::operator() ( OpusEncoder *  other)
inline
Parameters
otherthe OpusEncoder pointer to be deleted.

Definition at line 56 of file AudioEncoder.hpp.


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