- capture_thread_run
void capture_thread_run(void* arg)
Undocumented in source. Be warned that the author may not have intended to support it.
- destroy_dummy
void destroy_dummy(SoundIoPrivate* si)
Undocumented in source. Be warned that the author may not have intended to support it.
- flush_events_dummy
void flush_events_dummy(SoundIoPrivate* si)
Undocumented in source. Be warned that the author may not have intended to support it.
- force_device_scan_dummy
void force_device_scan_dummy(SoundIoPrivate* si)
Undocumented in source. Be warned that the author may not have intended to support it.
- instream_begin_read_dummy
int instream_begin_read_dummy(SoundIoPrivate* si, SoundIoInStreamPrivate* is_, SoundIoChannelArea** out_areas, int* frame_count)
Undocumented in source. Be warned that the author may not have intended to support it.
- instream_destroy_dummy
void instream_destroy_dummy(SoundIoPrivate* si, SoundIoInStreamPrivate* is_)
Undocumented in source. Be warned that the author may not have intended to support it.
- instream_end_read_dummy
int instream_end_read_dummy(SoundIoPrivate* si, SoundIoInStreamPrivate* is_)
Undocumented in source. Be warned that the author may not have intended to support it.
- instream_get_latency_dummy
int instream_get_latency_dummy(SoundIoPrivate* si, SoundIoInStreamPrivate* is_, double* out_latency)
Undocumented in source. Be warned that the author may not have intended to support it.
- instream_open_dummy
int instream_open_dummy(SoundIoPrivate* si, SoundIoInStreamPrivate* is_)
Undocumented in source. Be warned that the author may not have intended to support it.
- instream_pause_dummy
int instream_pause_dummy(SoundIoPrivate* si, SoundIoInStreamPrivate* is_, bool pause)
Undocumented in source. Be warned that the author may not have intended to support it.
- instream_start_dummy
int instream_start_dummy(SoundIoPrivate* si, SoundIoInStreamPrivate* is_)
Undocumented in source. Be warned that the author may not have intended to support it.
- outstream_begin_write_dummy
int outstream_begin_write_dummy(SoundIoPrivate* si, SoundIoOutStreamPrivate* os, SoundIoChannelArea** out_areas, int* frame_count)
Undocumented in source. Be warned that the author may not have intended to support it.
- outstream_clear_buffer_dummy
int outstream_clear_buffer_dummy(SoundIoPrivate* si, SoundIoOutStreamPrivate* os)
Undocumented in source. Be warned that the author may not have intended to support it.
- outstream_destroy_dummy
void outstream_destroy_dummy(SoundIoPrivate* si, SoundIoOutStreamPrivate* os)
Undocumented in source. Be warned that the author may not have intended to support it.
- outstream_end_write_dummy
int outstream_end_write_dummy(SoundIoPrivate* si, SoundIoOutStreamPrivate* os)
Undocumented in source. Be warned that the author may not have intended to support it.
- outstream_get_latency_dummy
int outstream_get_latency_dummy(SoundIoPrivate* si, SoundIoOutStreamPrivate* os, double* out_latency)
Undocumented in source. Be warned that the author may not have intended to support it.
- outstream_open_dummy
int outstream_open_dummy(SoundIoPrivate* si, SoundIoOutStreamPrivate* os)
Undocumented in source. Be warned that the author may not have intended to support it.
- outstream_pause_dummy
int outstream_pause_dummy(SoundIoPrivate* si, SoundIoOutStreamPrivate* os, bool pause)
Undocumented in source. Be warned that the author may not have intended to support it.
- outstream_start_dummy
int outstream_start_dummy(SoundIoPrivate* si, SoundIoOutStreamPrivate* os)
Undocumented in source. Be warned that the author may not have intended to support it.
- playback_thread_run
void playback_thread_run(void* arg)
Undocumented in source. Be warned that the author may not have intended to support it.
- set_all_device_channel_layouts
int set_all_device_channel_layouts(SoundIoDevice* device)
Undocumented in source. Be warned that the author may not have intended to support it.
- set_all_device_formats
int set_all_device_formats(SoundIoDevice* device)
Undocumented in source. Be warned that the author may not have intended to support it.
- set_all_device_sample_rates
void set_all_device_sample_rates(SoundIoDevice* device)
Undocumented in source. Be warned that the author may not have intended to support it.
- soundio_dummy_init
int soundio_dummy_init(SoundIoPrivate* si)
Undocumented in source. Be warned that the author may not have intended to support it.
- wait_events_dummy
void wait_events_dummy(SoundIoPrivate* si)
Undocumented in source. Be warned that the author may not have intended to support it.
- wakeup_dummy
void wakeup_dummy(SoundIoPrivate* si)
Undocumented in source. Be warned that the author may not have intended to support it.
Translated from C to D