deimos.alsa.output

Undocumented in source.

Public Imports

core.sys.posix.sys.types
public import core.sys.posix.sys.types : ssize_t;

Members

Enums

snd_output_type_t
enum snd_output_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_output_buffer_open
int snd_output_buffer_open(snd_output_t** outputp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_output_buffer_string
size_t snd_output_buffer_string(snd_output_t* output, char** buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_output_close
int snd_output_close(snd_output_t* output)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_output_flush
int snd_output_flush(snd_output_t* output)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_output_printf
int snd_output_printf(snd_output_t* output, 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_output_putc
int snd_output_putc(snd_output_t* output, int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_output_puts
int snd_output_puts(snd_output_t* output, const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_output_stdio_attach
int snd_output_stdio_attach(snd_output_t** outputp, 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_output_stdio_open
int snd_output_stdio_open(snd_output_t** outputp, 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_output_vprintf
int snd_output_vprintf(snd_output_t* output, const(char)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta