|
Paraslash Audio Streaming |
About News Download Documentation Development |
Macros | |
#define | FOR_EACH_CHANNEL(i) for ((i) = 0; (i) < ARRAY_SIZE(channels); (i)++) |
Variables | |
const struct mixer | oss_mixer |
The OSS mixer plugin.
#define FOR_EACH_CHANNEL | ( | i | ) | for ((i) = 0; (i) < ARRAY_SIZE(channels); (i)++) |
Iterate over all defined mixer channels.
const struct mixer oss_mixer |
The mixer operations for the OSS mixer.
Declared even if unsupported because it does not hurt and avoids ifdefs.