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

◆ lc3_streamer_file_path_get()

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.

Parameters
[in]streamer_idxIndex of the streamer.
[out]pathPointer for string to store filepath in.
[in]path_lenLength of string buffer.
Return values
-EINVALNullpointers or invalid index given.
0Success.