nRF Connect SDK API 2.8.99
|
int lc3_header_get | ( | struct lc3_file_ctx const *const | file, |
struct lc3_file_header * | header ) |
Get the LC3 header from the file.
[in] | file | Pointer to the file context. |
[out] | header | Pointer to the header structure to store the header. |
-EINVAL | Invalid file context. |
0 | Success. |