/[svn]/linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceAlsa.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceAlsa.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 220 by schoenebeck, Wed Jul 28 14:17:29 2004 UTC revision 221 by schoenebeck, Fri Aug 20 17:25:19 2004 UTC
# Line 52  namespace LinuxSampler { Line 52  namespace LinuxSampler {
52              virtual uint SampleRate();              virtual uint SampleRate();
53    
54              virtual String Driver();              virtual String Driver();
55                static String Name();
             static String Name();  
   
56              static String Description();              static String Description();
57              static String Version();              static String Version();
58    
59                /** Device Parameter 'CARD'
60                 *
61                 * Used to select the desired ALSA sound card.
62                 */
63              class ParameterCard : public DeviceCreationParameterString {              class ParameterCard : public DeviceCreationParameterString {
64                  public:                  public:
65                      ParameterCard();                      ParameterCard();
# Line 72  namespace LinuxSampler { Line 74  namespace LinuxSampler {
74                      static String Name();                      static String Name();
75              };              };
76    
77                /** Device Parameter 'FRAGMENTS'
78                 *
79                 * Used to select the number of audio fragments / periods.
80                 */
81              class ParameterFragments : public DeviceCreationParameterInt {              class ParameterFragments : public DeviceCreationParameterInt {
82                  public:                  public:
83                      ParameterFragments();                      ParameterFragments();
# Line 88  namespace LinuxSampler { Line 94  namespace LinuxSampler {
94                      static String Name();                      static String Name();
95              };              };
96    
97                /** Device Parameter 'FRAGMENTSIZE'
98                 *
99                 * Used to set the audio fragment size / period size.
100                 */
101              class ParameterFragmentSize : public DeviceCreationParameterInt {              class ParameterFragmentSize : public DeviceCreationParameterInt {
102                  public:                  public:
103                      ParameterFragmentSize();                      ParameterFragmentSize();

Legend:
Removed from v.220  
changed lines
  Added in v.221

  ViewVC Help
Powered by ViewVC