7.1.3.2 audio_buffer_cb typedef
typedef void(* audio_buffer_cb) (enum audio_buffer_event event, audio_buffer_handler_t handler)
Audio Buffer Event Handler Function.
Parameters
- event
-
Direction: in
Identifies the type of event
- handler
-
Direction: in
Handle identifying the buffer which the event relates
- context
-
Direction: in
Value identifying the context of the application that registered the event handling function