Packages
alsa
Alsa
Input
buffer_open
stdio_attach
stdio_open
getc
gets
scanf
ungetc
Input
Object Hierarchy:
Alsa.Input
Alsa.Input
Alsa.Input
Description:
[
Compact
]
[
CCode
( cname =
"snd_input_t"
, cprefix =
"snd_input_"
, free_function =
"snd_input_close"
) ]
public
class
Input
Namespace:
Alsa
Package:
alsa
Content:
Static methods:
public
static
int
buffer_open
(
out
Input
input,
char
[] buffer,
ssize_t
size)
public
static
int
stdio_attach
(
out
Input
input,
FILE
file,
int
close =
1
)
public
static
int
stdio_open
(
out
Input
input,
string
file,
string
mode)
Methods:
public
int
getc
()
public
char
[]
gets
(
char
[] str,
size_t
size)
public
int
scanf
(
string
format, ...)
public
int
ungetc
(
int
c)