JackStatus

@ref jack_status_t bits

Values

ValueMeaning
JackFailure0x01

Overall operation failed.

JackInvalidOption0x02

The operation contained an invalid or unsupported option.

JackNameNotUnique0x04

The desired client name was not unique. With the @ref JackUseExactName option this situation is fatal. Otherwise, the name was modified by appending a dash and a two-digit number in the range "-01" to "-99". The jack_get_client_name() function will return the exact string that was used. If the specified @a client_name plus these extra characters would be too long, the open fails instead.

JackServerStarted0x08

The JACK server was started as a result of this operation. Otherwise, it was running already. In either case the caller is now connected to jackd, so there is no race condition. When the server shuts down, the client will find out.

JackServerFailed0x10

Unable to connect to the JACK server.

JackServerError0x20

Communication error with the JACK server.

JackNoSuchClient0x40

Requested client does not exist.

JackLoadFailure0x80

Unable to load internal client

JackInitFailure0x100

Unable to initialize client

JackShmFailure0x200

Unable to access shared memory

JackVersionError0x400

Client's protocol version does not match

JackBackendError0x800

Backend error

JackClientZombie0x1000

Client zombified failure

Meta