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

◆ broadcast_sink_config_get()

int broadcast_sink_config_get ( uint32_t *  bitrate,
uint32_t *  sampling_rate,
uint32_t *  pres_delay 
)

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.