#include <Y2.h>
#include <scr/SCRAgent.h>
Go to the source code of this file.
Functions | |
YCPBoolean | alsaSetVolume (int card, const string &channel, int value) |
YCPValue | alsaGetVolume (int card, const string &channel) |
YCPBoolean | alsaSetMute (int card, const string &channel, bool value) |
YCPValue | alsaGetMute (int card, const string &channel) |
YCPList | alsaGetChannels (int card) |
YCPList | alsaGetCards () |
YCPValue | alsaGetCardName (int card_id) |
YCPValue | alsaStore (int card=-1) |
YCPValue | alsaRestore (int card=-1) |
|
alsaGetCardName returns (long) name of card |
|
getCards returns list of running cards- list of strings |
|
getChannels- list of available channels for card id
|
|
|
|
volume reading
|
|
restores settings for given card. if card==-1 restore all. |
|
setMute
|
|
volume setting
|
|
stores setting for given card. if card==-1 store all. param card card id |