deimos.alsa.input

Undocumented in source.

Members

Enums

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

Functions

snd_input_buffer_open
int snd_input_buffer_open(snd_input_t** inputp, const(char)* buffer, ssize_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_input_close
int snd_input_close(snd_input_t* input)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_input_getc
int snd_input_getc(snd_input_t* input)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_input_gets
char* snd_input_gets(snd_input_t* input, char* str, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_input_scanf
int snd_input_scanf(snd_input_t* input, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_input_stdio_attach
int snd_input_stdio_attach(snd_input_t** inputp, FILE* fp, int _close)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_input_stdio_open
int snd_input_stdio_open(snd_input_t** inputp, const(char)* file, const(char)* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_input_ungetc
int snd_input_ungetc(snd_input_t* input, int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta