audio_manager_release_event_context()

Free the event context.

Synopsis:

#include <audio/audio_manager_event.h>
 
int audio_manager_release_event_context(audio_manager_event_context_t **context)

Since:

BlackBerry 10.0.0

Arguments:

context

The context returned by audio_manager_get_event_context().

Library:

libaudio_manager (For the qcc command, use the -l audio_manager option to link against this library)

Description:

Use audio_manager_release_event_context() to free the context audio_manager_get_event_context() allocated to your application.

Returns:

EOK upon success, a negative errno upon failure. The errno values are available in the errno.h file.