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

◆ update

int(* audio_rate_control_ops::update) (struct audio_rate_control_imp_ctx *const ctx, void *const control_val_u)

Update the rate control value implementation.

Note
This is a mandatory function for a rate control module.
Parameters
ctx[in/out] Pointer to the context of the module implementation.
control_val_u[in] Pointer to the rate control value.
Returns
0 if successful, error otherwise.