|
Lists
The list controls provide single-select or multiple-select states for complex
audio lines. These controls use the MIXERCONTROLDETAILS_BOOLEAN structure to retrieve and set control properties. The MIXERCONTROLDETAILS_LISTTEXT structure is also used to retrieve all text descriptions of a multiple-item
control. The following table describes the types of list controls.
Control
| Description
| Single-select
| Restricts the control selection to one item at a time. Unlike the multiplexer
control, this control can be used to control more than audio source lines. For
example, you could use this control to select a low-pass filter from a list of
filters supported by a mixer device.
| Multiplexer (MUX)
| Restricts the line selection to one source line at a time.
| Multiple-select
| Allows the user to select multiple items from a list simultaneously. Unlike
the mixer control, the multiple-select control can be used to control more than
audio source lines.
| Mixer
| Allows the user to select source lines from a list simultaneously.
|
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|