libsoundio-d ~master (2021-08-17T21:58:51Z)
Dub
Repo
SoundIoJack
soundio
jack
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
package extern (
C
) @
nogc
nothrow __gshared
struct
SoundIoJack {
jack_client_t
*
client
;
SoundIoOsMutex
*
mutex
;
SoundIoOsCond
*
cond
;
SoundIoAtomicFlag
refresh_devices_flag
;
int
sample_rate
;
int
period_size
;
bool
is_shutdown
;
bool
emitted_shutdown_cb
;
}
Members
Variables
client
jack_client_t
*
client
;
Undocumented in source.
cond
SoundIoOsCond
*
cond
;
Undocumented in source.
emitted_shutdown_cb
bool
emitted_shutdown_cb
;
Undocumented in source.
is_shutdown
bool
is_shutdown
;
Undocumented in source.
mutex
SoundIoOsMutex
*
mutex
;
Undocumented in source.
period_size
int
period_size
;
Undocumented in source.
refresh_devices_flag
SoundIoAtomicFlag
refresh_devices_flag
;
Undocumented in source.
sample_rate
int
sample_rate
;
Undocumented in source.
Meta
Source
See Implementation
soundio
jack
aliases
SoundIoListJackClient
static functions
buffer_size_callback
destroy_jack
destruct_device
find_or_create_client
find_port_matching_channel
flush_events_jack
force_device_scan_jack
instream_begin_read_jack
instream_buffer_size_callback
instream_destroy_jack
instream_end_read_jack
instream_get_latency_jack
instream_open_jack
instream_pause_jack
instream_process_callback
instream_sample_rate_callback
instream_shutdown_callback
instream_start_jack
instream_xrun_callback
nframes_max
notify_devices_change
outstream_begin_write_jack
outstream_buffer_size_callback
outstream_clear_buffer_jack
outstream_destroy_jack
outstream_end_write_jack
outstream_get_latency_jack
outstream_open_jack
outstream_pause_jack
outstream_process_callback
outstream_sample_rate_callback
outstream_shutdown_callback
outstream_start_jack
outstream_xrun_callback
port_registration_callback
port_rename_calllback
refresh_devices
refresh_devices_bare
sample_rate_callback
shutdown_callback
soundio_jack_init
split_str
wait_events_jack
wakeup_jack
static variables
global_msg_callback_flag
structs
SoundIoDeviceJack
SoundIoDeviceJackPort
SoundIoInStreamJack
SoundIoInStreamJackPort
SoundIoJack
SoundIoJackClient
SoundIoJackPort
SoundIoOutStreamJack
SoundIoOutStreamJackPort