nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ broadcast_sink_config_get()

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.

Parameters
[out]bitratePointer to the bitrate used; can be NULL.
[out]sampling_ratePointer to the sampling rate used; can be NULL.
[out]pres_delayPointer to the presentation delay used; can be NULL.
Return values
0Operation successful.
-ENXIOThe feature is disabled.