ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/include/audio_defs.h
(Generate patch)

Comparing BasiliskII/src/include/audio_defs.h (file contents):
Revision 1.1 by cebix, 1999-10-03T14:16:26Z vs.
Revision 1.2 by cebix, 1999-10-20T15:14:00Z

# Line 60 | Line 60 | enum {
60  
61   // Sound information selectors
62   enum {
63 +        siNumberChannels                        = 'chan',               // current number of channels
64 +        siChannelAvailable                      = 'chav',               // number of channels available
65          siSampleRate                            = 'srat',               // current sample rate
66          siSampleRateAvailable           = 'srav',               // sample rates available
67          siSampleSize                            = 'ssiz',               // current sample size
68          siSampleSizeAvailable           = 'ssav',               // sample sizes available
67        siNumberChannels                        = 'chan',               // current number of channels
68        siChannelAvailable                      = 'chav',               // number of channels available
69        siSpeakerMute                           = 'smut',               // mute state of all built-in speaker
70        siSpeakerVolume                         = 'svol',               // volume level of built-in speaker
69          siHardwareMute                          = 'hmut',               // mute state of all hardware
70          siHardwareVolume                        = 'hvol',               // volume level of all hardware
71          siHardwareVolumeSteps           = 'hstp',               // number of volume steps for hardware
72 <        siHardwareBusy                          = 'hwbs'                // sound hardware is in use
72 >        siHardwareBusy                          = 'hwbs',               // sound hardware is in use
73 >        siHeadphoneMute                         = 'pmut',               // mute state of headphone
74 >        siHeadphoneVolume                       = 'pvol',               // volume level of headphone
75 >        siHeadphoneVolumeSteps          = 'hdst',               // number of volume steps for headphone
76 >        siSpeakerMute                           = 'smut',               // mute state of all built-in speakers
77 >        siSpeakerVolume                         = 'svol'                // volume level of built-in speaker
78   };
79  
80   enum {  // ComponentResource struct

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines