yast2-sound
Main Page
Classes
Files
Examples
File List
File Members
src
AlsaAudio.h
Go to the documentation of this file.
1
// -*- c++ -*-
2
22
#ifndef __ALSAAUDIO
23
#define __ALSAAUDIO
24
25
#include <
YCP.h
>
26
27
using
std::string;
28
using
std::vector;
29
using
std::map;
30
38
YCPBoolean
alsaSetVolume
(
int
card,
const
string
& channel_name,
int
value);
39
46
YCPValue
alsaGetVolume
(
int
card,
const
string
& channel_name);
47
55
YCPBoolean
alsaSetMute
(
int
card,
const
string
& channel_name,
bool
value);
56
YCPValue
alsaGetMute
(
int
card,
const
string
& channel_name);
57
64
YCPList
alsaGetChannels
(
int
card);
65
70
YCPList
alsaGetCards
();
71
76
YCPValue
alsaGetCardName
(
int
card_id);
77
83
YCPValue
alsaStore
(
int
card=-1);
84
90
YCPValue
alsaRestore
(
int
card=-1);
91
92
#endif
Generated on a sunny day for yast2-sound by
1.8.2