Zephyr Project API  3.3.0
A Scalable Open Source RTOS
bt_audio_stream_ops Struct Reference

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...
 

Detailed Description

Stream operation.

Field Documentation

◆ started

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.

Parameters
streamStream object that has been started.

◆ stopped

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.

Parameters
streamStream object that has been stopped.

The documentation for this struct was generated from the following file: