Packages
alsa
Alsa
Output
buffer_open
stdio_attach
stdio_open
buffer_steal
buffer_string
flush
printf
putc
puts
Output
Object Hierarchy:
Alsa.Output
Alsa.Output
Alsa.Output
Description:
[
Compact
]
[
CCode
( cname =
"snd_output_t"
, cprefix =
"snd_output_"
, free_function =
"snd_output_close"
) ]
public
class
Output
Namespace:
Alsa
Package:
alsa
Content:
Static methods:
public
static
int
buffer_open
(
out
Output
output)
public
static
int
stdio_attach
(
out
Output
output,
FILE
file,
int
close =
1
)
public
static
int
stdio_open
(
out
Output
output,
string
file,
string
mode)
Methods:
public
size_t
buffer_steal
(
out
char
[] buffer)
public
size_t
buffer_string
(
out
unowned
char
[] buffer)
public
int
flush
()
public
int
printf
(
string
format, ...)
public
int
putc
(
int
c)
public
int
puts
(
string
str)