![]() |
nRF Connect SDK API 3.3.99
|
| int lc3_file_frame_get | ( | struct lc3_file_ctx * | file, |
| uint8_t * | buffer, | ||
| size_t | buffer_size ) |
#include <applications/nrf_audio/src/modules/lc3_file.h>
Get the next LC3 frame from the file.
| [in] | file | Pointer to the file context. |
| [out] | buffer | Pointer to the buffer to store the frame. |
| [in] | buffer_size | Size of the buffer. |
| -ENODATA | No more frames to read. |
| 0 | Success. |