![]() |
nRF Connect SDK API 3.3.99
|
| int broadcast_sink_config_get | ( | uint32_t * | bitrate, |
| uint32_t * | sampling_rate, | ||
| uint32_t * | pres_delay ) |
#include <applications/nrf_audio/src/bluetooth/bt_stream/broadcast/broadcast_sink.h>
Get configuration for the audio stream.
| [out] | bitrate | Pointer to the bitrate used; can be NULL. |
| [out] | sampling_rate | Pointer to the sampling rate used; can be NULL. |
| [out] | pres_delay | Pointer to the presentation delay used; can be NULL. |
| 0 | Operation successful. |
| -ENXIO | The feature is disabled. |