SoundIoPrivate

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 SoundIoPrivate {}

Members

Variables

backend_data
SoundIoBackendData backend_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
destroy
void function(SoundIoPrivate*) destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
flush_events
void function(SoundIoPrivate*) flush_events;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
force_device_scan
void function(SoundIoPrivate*) force_device_scan;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
instream_begin_read
int function(SoundIoPrivate*, SoundIoInStreamPrivate*, SoundIoChannelArea** out_areas, int* out_frame_count) instream_begin_read;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
instream_destroy
void function(SoundIoPrivate*, SoundIoInStreamPrivate*) instream_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
instream_end_read
int function(SoundIoPrivate*, SoundIoInStreamPrivate*) instream_end_read;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
instream_get_latency
int function(SoundIoPrivate*, SoundIoInStreamPrivate*, double* out_latency) instream_get_latency;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
instream_open
int function(SoundIoPrivate*, SoundIoInStreamPrivate*) instream_open;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
instream_pause
int function(SoundIoPrivate*, SoundIoInStreamPrivate*, bool pause) instream_pause;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
instream_start
int function(SoundIoPrivate*, SoundIoInStreamPrivate*) instream_start;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
outstream_begin_write
int function(SoundIoPrivate*, SoundIoOutStreamPrivate*, SoundIoChannelArea** out_areas, int* out_frame_count) outstream_begin_write;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
outstream_clear_buffer
int function(SoundIoPrivate*, SoundIoOutStreamPrivate*) outstream_clear_buffer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
outstream_destroy
void function(SoundIoPrivate*, SoundIoOutStreamPrivate*) outstream_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
outstream_end_write
int function(SoundIoPrivate*, SoundIoOutStreamPrivate*) outstream_end_write;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
outstream_get_latency
int function(SoundIoPrivate*, SoundIoOutStreamPrivate*, double* out_latency) outstream_get_latency;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
outstream_open
int function(SoundIoPrivate*, SoundIoOutStreamPrivate*) outstream_open;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
outstream_pause
int function(SoundIoPrivate*, SoundIoOutStreamPrivate*, bool pause) outstream_pause;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
outstream_set_volume
int function(SoundIoPrivate*, SoundIoOutStreamPrivate*, float volume) outstream_set_volume;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
outstream_start
int function(SoundIoPrivate*, SoundIoOutStreamPrivate*) outstream_start;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pub
SoundIo pub;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
safe_devices_info
SoundIoDevicesInfo* safe_devices_info;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wait_events
void function(SoundIoPrivate*) wait_events;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wakeup
void function(SoundIoPrivate*) wakeup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta