|
arduino-audio-tools
|
Structure to hold ADTS header field values. More...
#include <CodecADTS.h>
Classes | |
| struct | ADTSHeader |
Public Member Functions | |
| bool | begin () |
| ADTSHeader & | data () |
| int | findSyncWord (const uint8_t *buf, int nBytes, int start=0) |
| uint32_t | getFrameLength () |
| int | getSampleRate () |
| bool | isSyncWord (const uint8_t *buf) |
| void | log () |
| bool | parse (uint8_t *hdr) |
Protected Member Functions | |
| bool | check () |
| bool | checkRef () |
Protected Attributes | |
| const int | adtsSamplingRates [13] |
| ADTSHeader | header |
| ADTSHeader | header_ref |
| bool | is_first = true |
| bool | is_valid = false |
Structure to hold ADTS header field values.
|
protected |