nrfxlib API 2.8.99
|
LC3 encoder output data structure. More...
#include <LC3API.h>
Data Fields | |
uint8_t * | outputData |
Output buffer pointer. | |
uint16_t | outputDataLength |
Output buffer size in bytes. | |
uint16_t | bytesWritten |
Number of bit stream bytes written. | |
LC3 encoder output data structure.
Structure that holds the LC3 encoder output. The output buffer is externally allocated and its pointer and available byte length are passed into the LC3 Encoder. The number of output bit stream data bytes can be calculated with LC3BitstreamBuffersize().