Module jack::client_options [] [src]

Contains ClientOptions flags used when opening a client.

Structs

ClientOptions

Option flags for opening a JACK client.

Constants

LOAD_INIT

Pass optional load_init to jack_initialize() entry point of an internal client.

LOAD_NAME

Load internal client from optional load_name, otherwise use the client_name.

NO_START_SERVER

Do not automatically start the JACK server when it is not already running. This option is always selected if $JACK_NO_START_SERVER is defined in the calling process environment.

SERVER_NAME

Open with optional server_name parameter.

SESSION_ID

Pass a SessionID token. This allows the session manager to identify the client again.

USE_EXACT_NAME

Use the exact client name requested. Otherwise, JACK automatically generates a unique one if needed.