nrfxlib API 2.8.99
|
LC3 decoder output PCM structure. More...
#include <LC3API.h>
Data Fields | |
void * | PCMData |
Output buffer pointer. | |
uint16_t | PCMDataLength |
Output buffer size in bytes. | |
uint16_t | bytesWritten |
Number of bytes written to the output buffer. | |
uint16_t | PLCCounter |
Number of successive frames to which PLC has been applied. | |
LC3 decoder output PCM structure.
This structure is used to hold the decoded PCM audio samples of an audio stream. The buffer is externally allocated and its pointer and size are passed to the LC3 decoder. bytesWritten contains the number of bytes written to the buffer. The number of PCM bytes needed per frame can be calculated with LC3PCMBuffersize(). If PLC has been applied to the frame, PLCCounter will increment by one. A frame decoded without any bit errors resets PLCCounter to zero.