AUDIOGAINCLASS (Windows CE 5.0)
This structure defines the parameters of an audio gain class.
typedef struct tagAUDIOGAINCLASS { DWORD dwPriority; DWORD dwRelativeGain;} AUDIOGAINCLASS, * PAUDIOGAINCLASS;
Members
- dwPriority
A DWORD value that describes the playback priority level for the audio gain class. The following table shows the possible values for this member.Flag Description WAGC_PRIORITY_CRITICAL The audio gain class has critical priority for playback. WAGC_PRIORITY_HIGH The audio gain class has high priority for playback. WAGC_PRIORITY_NORMAL The audio gain class has normal priority for playback. - dwRelativeGain
A DWORD value, that describes how much the playback volume should be increased over the current playback level.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Mmsystem.h.
See Also
Waveform Audio Structures | waveInGetProperty | waveInSetProperty | waveOutGetProperty | waveOutSetProperty | Audio Gain Classes
Send Feedback on this topic to the authors