Zephyr Project API
3.3.0
A Scalable Open Source RTOS
|
Stream operation. More...
#include <audio.h>
Data Fields | |
void(* | started )(struct bt_audio_stream *stream) |
Stream started callback. More... | |
void(* | stopped )(struct bt_audio_stream *stream) |
Stream stopped callback. More... | |
Stream operation.
void(* bt_audio_stream_ops::started) (struct bt_audio_stream *stream) |
Stream started callback.
Started callback is called whenever an Audio Stream has been started and will be usable for streaming.
stream | Stream object that has been started. |
void(* bt_audio_stream_ops::stopped) (struct bt_audio_stream *stream) |
Stream stopped callback.
Stopped callback is called whenever an Audio Stream has been stopped.
stream | Stream object that has been stopped. |