Expand description
Callback-based JACK API functions (logging, processing).
Structs§
- Jack
Callback Context - Context for some callbacks.
Enums§
- Jack
Control - Return type of callback functions.
Traits§
- Jack
Handler - Trait for an object that implements JACK callbacks.
- Jack
Logging Handler - 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).