![]() |
nRF Connect SDK API 3.3.99
|
| int lc3_header_get | ( | struct lc3_file_ctx const *const | file, |
| struct lc3_file_header * | header ) |
#include <applications/nrf_audio/src/modules/lc3_file.h>
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. |