#include <YastChannelId.h>
Public Member Functions | |
YastChannelId () | |
YastChannelId (const char *alsa_name, unsigned alsa_index) | |
YastChannelId (const std::string &YastID) | |
std::string | name () |
unsigned | index () |
std::string | asString () |
Private Attributes | |
std::string | channel_name |
unsigned | channel_index |
YastChannelId::YastChannelId | ( | ) | [inline] |
YastChannelId::YastChannelId | ( | const char * | alsa_name, | |
unsigned | alsa_index | |||
) | [inline] |
YastChannelId::YastChannelId | ( | const std::string & | YastID | ) |
References channel_index, and channel_name.
std::string YastChannelId::asString | ( | ) |
References channel_index, and channel_name.
Referenced by alsaGetChannels().
unsigned YastChannelId::index | ( | ) | [inline] |
References channel_index.
Referenced by alsaGetChannels(), alsaGetMute(), alsaGetVolume(), and alsaSetVolume().
std::string YastChannelId::name | ( | ) | [inline] |
References channel_name.
Referenced by alsaGetChannels(), alsaGetMute(), alsaGetVolume(), and alsaSetVolume().
unsigned YastChannelId::channel_index [private] |
Referenced by asString(), index(), and YastChannelId().
std::string YastChannelId::channel_name [private] |
Referenced by asString(), name(), and YastChannelId().