JackOptions

@ref jack_options_t bits

Values

ValueMeaning
JackNullOption0x00

Null value to use when no option bits are needed.

JackNoStartServer0x01

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.

JackUseExactName0x02

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

JackServerName0x04

Open with optional <em>(char *) server_name</em> parameter.

JackLoadName0x08

Load internal client from optional <em>(char *) load_name</em>. Otherwise use the @a client_name.

JackLoadInit0x10

Pass optional <em>(char *) load_init</em> string to the jack_initialize() entry point of an internal client.

JackSessionID0x20

pass a SessionID Token this allows the sessionmanager to identify the client again.

Meta