MIXNOTIFY (Mixer Command)
Appearance
The MIXNOTIFY command notifies an application when a mixer attribute (such as treble, bass, and so on) changes.
Syntax
MIXNOTIFY ─── object ───┬─ ON ──┬───┬──────────┬───┤
└─ OFF ─┘ ├─ WAIT ─┤
└─ NOTIFY ─┘
Keywords
- object
- Object associated with this media control interface command. The object can be one of the following:
- Device type
- Device name
- Filename
- Alias
- ON
- Turns mixer notifications on.
- OFF
- Turns mixer notifications off.
- WAIT
- The command is executed synchronously. The function waits until the requested action is complete before returning to the application. The WAIT keyword must be specified in order to receive return string information.
- NOTIFY
- The command is executed asynchronously, allowing control to be returned immediately to the application. When the requested action is complete, an MM_MCINOTIFY message is sent to the application window procedure.
Example
mixnotify ampmix01 on