audio_manager_get_event_context()

Allocate the event context.

Synopsis:

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

Arguments:

context

The context returned to the caller.

Library:

libaudio_manager

Description:

The audio_manager_get_event_context() function allocates the context for events to be delivered.

Returns:

EOK upon success, negative errno upon failure.