YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
drmp3_allocation_callbacks Struct Reference

#include </home/runner/work/yarp-documentation/yarp-documentation/yarp/opt-modules/yarp-devices-azure-openai/src/devices/ttsDevice/dr_mp3.h>

Public Attributes

void * pUserData
 
void *(* onMalloc )(size_t sz, void *pUserData)
 
void *(* onRealloc )(void *p, size_t sz, void *pUserData)
 
void(* onFree )(void *p, void *pUserData)
 

Detailed Description

Definition at line 246 of file dr_mp3.h.

Member Data Documentation

◆ onFree

void(* drmp3_allocation_callbacks::onFree) (void *p, void *pUserData)

Definition at line 251 of file dr_mp3.h.

◆ onMalloc

void *(* drmp3_allocation_callbacks::onMalloc) (size_t sz, void *pUserData)

Definition at line 249 of file dr_mp3.h.

◆ onRealloc

void *(* drmp3_allocation_callbacks::onRealloc) (void *p, size_t sz, void *pUserData)

Definition at line 250 of file dr_mp3.h.

◆ pUserData

void* drmp3_allocation_callbacks::pUserData

Definition at line 248 of file dr_mp3.h.


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