00001
00002
00003
00004
00005
00006
00007
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