yast2-sound
Main Page
Classes
Files
Examples
File List
File Members
src
OSSAudio.h
Go to the documentation of this file.
1
/* OSSAudio.h
2
*
3
* Audio agent -- OSS functions
4
*
5
* Authors: Michal Svec <msvec@suse.cz>
6
*
7
* $Id: OSSAudio.h 54484 2009-01-09 09:13:15Z lslezak $
8
*/
9
10
#ifndef __OSSAudio_h
11
#define __OSSAudio_h
12
13
#include <
YCP.h
>
14
15
extern
char
*
ossChannels
[];
16
extern
int
ossChannels_num
;
17
18
using
std::string;
19
using
std::vector;
20
using
std::map;
21
28
YCPBoolean
ossSetVolume
(
const
string
card,
const
string
channel,
const
int
value);
29
35
YCPValue
ossGetVolume
(
const
string
card,
const
string
channel);
36
37
#endif
Generated on a sunny day for yast2-sound by
1.8.2