Module jack::client [] [src]

Create and manage client connections to a JACK server.

Reexports

pub use self::client_options::ClientOptions;
pub use self::client_status::ClientStatus;

Modules

client_options

Contains ClientOptions flags used when opening a client.

client_status

Contains ClientStatus flags which describe the status of a Client.

Structs

AsyncClient

A JACK client that is processing data asynchronously, in real-time.

CLIENT_NAME_SIZE

The maximum string length for port names.

Client

A client to interact with a JACK server.

ClosureProcessHandler

Wrap a closure that can handle the process callback. This is called every time data from ports is available from JACK.

CycleTimes

Internal cycle timing information.

ProcessScope

ProcessScope provides information on the client and frame time information within a process callback.

Traits

NotificationHandler

Specifies callbacks for JACK.

ProcessHandler