nRF Connect SDK API 2.8.99
|
int broadcast_sink_config_get | ( | uint32_t * | bitrate, |
uint32_t * | sampling_rate, | ||
uint32_t * | pres_delay ) |
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. |