nRF Connect SDK API 2.8.99
|
#include <stddef.h>
#include <zephyr/kernel.h>
Go to the source code of this file.
Enumerations | |
enum | stream_state { STATE_STREAMING , STATE_PAUSED } |
Functions | |
uint8_t | stream_state_get (void) |
Get the current streaming state. | |
void | streamctrl_send (void const *const data, size_t size, uint8_t num_ch) |
Send audio data over the stream. | |