#include <Y2.h>#include <scr/SCRAgent.h>Go to the source code of this file.
Functions | |
| YCPBoolean | ossSetVolume (const string card, const string channel, const int value) |
| YCPValue | ossGetVolume (const string card, const string channel) |
Variables | |
| char * | ossChannels [] |
| int | ossChannels_num |
| YCPValue ossGetVolume | ( | const string | card, | |
| const string | channel | |||
| ) |
volume reading
| card | card id (default if empty) | |
| channel | channel name (Master if empty) |
| YCPBoolean ossSetVolume | ( | const string | card, | |
| const string | channel, | |||
| const int | value | |||
| ) |
volume setting
| card | card id (default if empty) | |
| channel | name eg. "Master" ("Master" if empty) | |
| value | volume 0..100 |
| char* ossChannels[] |
| int ossChannels_num |
1.5.3