Module jack::prelude [] [src]

Contains most functionality to interact with JACK.

Reexports

pub use client::*;
pub use logging::*;
pub use port::*;

Enums

JackControl

Specify an option, either to continue processing, or to stop.

JackErr

An error that can occur in JACK.

LatencyType

Used by JackHandler::latency().

Type Definitions

JackFrames

Type used to represent sample frame counts.

JackPortId

Ports have unique ids. A port registration callback is the only place you ever need to know their value.

JackTime

Type used to represent the value of free running monotonic clock with units of microseconds.