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

◆ configuration_set

int(* audio_module_functions::configuration_set) (struct audio_module_handle_private *handle, struct audio_module_configuration const *const configuration)

Reconfigure an audio module after it has been opened with its initial configuration.

Note
This is a mandatory function for an audio module.
Parameters
handle[in/out] The handle to the module instance.
configuration[in] Pointer to the desired configuration to set.
Returns
0 if successful, error otherwise.