![]() |
nRF Connect SDK API 3.3.99
|
| int lc3_streamer_file_path_get | ( | const uint8_t | streamer_idx, |
| char *const | path, | ||
| const size_t | path_len ) |
#include <applications/nrf_audio/src/modules/lc3_streamer.h>
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. |