yast2-sound
|
#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 |
|
inline |
|
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().
|
inline |
References channel_index.
Referenced by alsaGetChannels(), alsaGetMute(), alsaGetVolume(), and alsaSetVolume().
|
inline |
References channel_name.
Referenced by alsaGetChannels(), alsaGetMute(), alsaGetVolume(), and alsaSetVolume().
|
private |
Referenced by asString(), index(), and YastChannelId().
|
private |
Referenced by asString(), name(), and YastChannelId().