nRF Connect SDK API 2.8.99
|
int lc3_file_frame_get | ( | struct lc3_file_ctx * | file, |
uint8_t * | buffer, | ||
size_t | buffer_size ) |
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. |