MT2523 API Reference  LinkIt SDK v4
mp3_codec_audio_buffer_t Struct Reference

Shared buffer structure. More...

#include <mp3_codec.h>

Data Fields

uint8_t * buffer_base
 Pointer to the ring buffer. More...
 
uint32_t buffer_size
 Size of the ring buffer. More...
 
uint32_t write
 Index of the ring buffer to write the data. More...
 
uint32_t read
 Index of the ring buffer to read the data. More...
 
void * param
 Extended parameter or information. More...
 

Detailed Description

Shared buffer structure.

Field Documentation

uint8_t* buffer_base

Pointer to the ring buffer.

uint32_t buffer_size

Size of the ring buffer.

void* param

Extended parameter or information.

uint32_t read

Index of the ring buffer to read the data.

uint32_t write

Index of the ring buffer to write the data.


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