Copyright © 2001-2008
MultiMedia Soft
Return to
Table of contents
GetOutputDevicesCount method
Remarks
Retrieves the number of output devices (sound cards) currently installed on the system.
The friendly name of each output device can be obtained using the
GetOutputDeviceDesc
method.
For further details about speakers assignment, take a look to the
How to work with multiple output devices and speakers
section.
Syntax
[Visual Basic]
control.
GetOutputDevicesCount
(
) as Integer
[C++]
short
control.
GetOutputDevicesCount
(
);
Return value
The number of output devices currently installed on the system.
Copyright © 2001-2008
MultiMedia Soft
Return to
Table of contents