OSSAudio.h

Go to the documentation of this file.
00001 /* OSSAudio.h
00002  *
00003  * Audio agent -- OSS functions
00004  *
00005  * Authors: Michal Svec <msvec@suse.cz>
00006  *
00007  * $Id: OSSAudio.h 13745 2004-02-02 10:08:23Z jsuchome $
00008  */
00009 
00010 #ifndef __OSSAudio_h
00011 #define __OSSAudio_h
00012 
00013 #include <Y2.h>
00014 #include <scr/SCRAgent.h>
00015 
00016 extern char *ossChannels[];
00017 extern int ossChannels_num;
00018 
00019 using std::string;
00020 using std::vector;
00021 using std::map;
00022 
00029 YCPBoolean ossSetVolume(const string card, const string channel, const int value);
00030 
00036 YCPValue ossGetVolume(const string card, const string channel);
00037 
00038 #endif

Generated on Thu Nov 22 18:47:25 2007 for yast2-sound by  doxygen 1.4.6