NM_AUDPROP_* Property IDs
The NM_AUDPROP_* enumeration represents the property identifiers (IDs) defined for an audio channel.
typedef enum tagNmAudProp{
NM_AUDPROP_LEVEL = 1,
NM_AUDPROP_PAUSE = 2,
} NM_AUDPROP;
Elements
- NM_AUDPROP_LEVEL
Audio level. puValue will receive values from 0 to NM_MAX_CONSTANT. - NM_AUDPROP_PAUSE
Audio muted. puValue will receive 0 if audio is not muted (default), or 1 if it is muted.
Requirements
** Windows NT/2000:** Requires Windows NT 4.0 SP3 or later.
** Windows 95/98:** Requires Windows 95 or later. Available as a redistributable for Windows 95.
** Header:** Imsconf2.idl.