Module handler

Module handler 

Source
Expand description

Callback-based JACK API functions (logging, processing).

Structs§

JackCallbackContext
Context for some callbacks.

Enums§

JackControl
Return type of callback functions.

Traits§

JackHandler
Trait for an object that implements JACK callbacks.
JackLoggingHandler
An object that can receive info and error messages from JACK.

Functions§

set_handler
set_logging_handler
Set the logging handler (a struct that implements JackLoggingHandler).