nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
streamctrl.h File Reference
#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.