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

◆ lc3_file_open()

int lc3_file_open ( struct lc3_file_ctx file,
const char *  file_name 
)

Open a LC3 file for reading.

Opens the file and reads the LC3 header.

Parameters
[in]filePointer to the file context.
[in]file_nameName of the file to open.
Return values
-ENODEVSD card init failed. SD card likely not inserted.
0Success.