jack_session_event_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

client_uuid
const(char)* client_uuid;

Client UUID which must be passed to jack_client_open on session load.

command_line
char* command_line;

Reply (set by client): the command line needed to restore the client.

flags
jack_session_flags_t flags;

Reply (set by client): Session flags.

future
uint32_t future;

Future flags. Set to zero for now.

session_dir
const(char)* session_dir;

Session directory path, with trailing separator.

type
jack_session_event_type_t type;

The type of this session event.

Meta