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

◆ cfg_get

int(* audio_rate_control_ops::cfg_get) (struct audio_rate_control_imp_ctx const *const ctx, struct audio_rate_control_cfg *cfg)

Get the configuration of an active rate control implementation.

Note
This is an optional function for a rate control module.
Parameters
ctx[in/out] Pointer to the context of the module implementation.
cfg[out] Pointer to the module's current configuration.
Returns
0 if successful, error otherwise.