nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ lc3_file_frame_get()

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.

Parameters
[in]filePointer to the file context.
[out]bufferPointer to the buffer to store the frame.
[in]buffer_sizeSize of the buffer.
Return values
-ENODATANo more frames to read.
0Success.