sio_record

Translated from C to D

Members

Static functions

main
int main(int argc, char** argv)
Undocumented in source. Be warned that the author may not have intended to support it.
min_int
int min_int(int a, int b)
Undocumented in source. Be warned that the author may not have intended to support it.
overflow_callback
void overflow_callback(SoundIoInStream* instream)
Undocumented in source. Be warned that the author may not have intended to support it.
read_callback
void read_callback(SoundIoInStream* instream, int frame_count_min, int frame_count_max)
Undocumented in source. Be warned that the author may not have intended to support it.
usage
int usage(char* exe)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

prioritized_formats
SoundIoFormat[19] prioritized_formats;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
prioritized_sample_rates
int[5] prioritized_sample_rates;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta