Set the reset condition of the preferred input and output.
#include <audio/audio_manager_routing.h>
int audio_manager_set_handle_routing_conditions(unsigned int audioman_handle, int routing_preference_reset_conditions)
BlackBerry 10.0.0
The audio manager handle that the conditions apply to.
The bitmask of audio_manager_settings_reset_condition_t that specifies more or more conditions that use the audio routing preferences that it gets set to.
An audio manager handle is used to track each audio source. Use audio_manager_set_handle_routing_conditions() to set the reset conditions of the preferred output and input routing path. Both are specified using audio_manager_set_handle_type().
EOK upon success, a negative errno upon failure. The errno values are available in the errno.h file.