|
arduino-audio-tools
|
A parser for the ESDS segment to extract the relevant aac information. More...
#include <M4ACommonDemuxer.h>
Public Member Functions | |
| bool | parse (const uint8_t *data, size_t size) |
Public Attributes | |
| uint8_t | audioObjectType |
| uint8_t | channelConfiguration |
| uint8_t | samplingRateIndex |
Protected Member Functions | |
| size_t | parse_descriptor_length (const uint8_t *&ptr, const uint8_t *end) |
A parser for the ESDS segment to extract the relevant aac information.