nRF Connect SDK API 2.8.99
|
int lc3_streamer_file_path_get | ( | const uint8_t | streamer_idx, |
char *const | path, | ||
const size_t | path_len ) |
Get the file path for a stream.
If path buffer is smaller than the length of the actual path, the path will be truncated.
[in] | streamer_idx | Index of the streamer. |
[out] | path | Pointer for string to store file path in. |
[in] | path_len | Length of string buffer. |
-EINVAL | Null pointers or invalid index given. |
0 | Success. |