![]() |
nRF Connect SDK API 3.3.99
|
| int lc3_streamer_stream_close | ( | const uint8_t | streamer_idx | ) |
#include <applications/nrf_audio/src/modules/lc3_streamer.h>
End a stream that's playing.
Stops the streamer from playing the stream. Any open contexts will be closed, and any active frame buffers will become invalid.
| [in] | streamer_idx | Index of the streamer to end. |
| 0 | Success. |
| -EINVAL | Invalid streamer index. |