nrfxlib API 2.7.99
Loading...
Searching...
No Matches
LC3EncodeOutput_t Struct Reference

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.
 

Detailed Description

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().


The documentation for this struct was generated from the following file: