#include <chunk.h>
Data Fields | |
| union { | |
| unsigned char u08_buff [SAMPLE_SIZE] | |
| unsigned short u16_buff [SAMPLE_SIZE/2] | |
| Unsigned Data Chunk. | |
| unsigned int u32_buff [SAMPLE_SIZE/4] | |
| signed char s08_buff [SAMPLE_SIZE] | |
| signed short s16_buff [SAMPLE_SIZE/2] | |
| Signed Data Chunk. | |
| signed int s32_buff [SAMPLE_SIZE/4] | |
| }; | |
| int | bytesMax |
| int | bytesUsed |
| total number bytes in chunk | |
| e_buff_status_t | e_status |
| used bytes in chunk (fill level) | |
| union { ... } |
total number bytes in chunk
used bytes in chunk (fill level)
| signed char chunk_t::s08_buff[SAMPLE_SIZE] |
| signed short chunk_t::s16_buff[SAMPLE_SIZE/2] |
Signed Data Chunk.
| signed int chunk_t::s32_buff[SAMPLE_SIZE/4] |
| unsigned char chunk_t::u08_buff[SAMPLE_SIZE] |
| unsigned short chunk_t::u16_buff[SAMPLE_SIZE/2] |
Unsigned Data Chunk.
| unsigned int chunk_t::u32_buff[SAMPLE_SIZE/4] |
1.4.7