#include <streamer.h>
|
uint32_t | id |
| id should always be the first field
|
|
uint32_t | sample_rate |
| sample rate
|
|
uint32_t | bits_per_sample |
| bits per sample
|
|
uint32_t | num_channels |
| number of channels
|
|
uint32_t | format |
| format
|
|
uint32_t | chunk_size |
| chunk size
|
|
uint8_t | endian |
| endiannes
|
|
uint8_t | sign |
| sign
|
|
int8_t | padding [6] |
| To keep the header 32 byte aligned.
|
|
Structure for Audio Packet Header properties
The documentation for this struct was generated from the following file: