SoundIoJackClient

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(SOUNDIO_HAVE_JACK)
package extern (C) @nogc nothrow __gshared
struct SoundIoJackClient {}

Members

Variables

aim
SoundIoDeviceAim aim;
Undocumented in source.
is_physical
bool is_physical;
Undocumented in source.
name
const(char)* name;
Undocumented in source.
name_len
int name_len;
Undocumented in source.
port_count
int port_count;
Undocumented in source.
ports
SoundIoJackPort[SOUNDIO_MAX_CHANNELS] ports;
Undocumented in source.

Meta