![]() |
nrfxlib API 3.3.99
|
LC3 decoder input bit stream structure. More...
#include <LC3API.h>
Data Fields | |
| const uint8_t * | inputData |
| Pointer to the input LC3 data to decode. | |
| uint16_t | inputDataLength |
| Number of data bytes in the encoded frame. | |
| LC3BFI_t | badFrameIndicator |
| Frame condition as detected by device. | |
LC3 decoder input bit stream structure.
Structure used to pass a frame of incoming bit stream data to the LC3 decoder. If there is a known problem with the frame, such as an error condition indicated by a Bluetooth controller, then badFrameIndicator should be set to BadFrame. inputDataLength must represent the number of bytes exactly in the frame to be decoded.