Copyright © 2006-2019 MultiMedia Soft

OutputDeviceGetCount method

Previous pageReturn to chapter overviewNext page

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 OutputDeviceGetDesc method.

 

 

Syntax

 

[Visual Basic]

control.OutputDeviceGetCount (

) as Integer


 

[C++]

short control.OutputDeviceGetCount (

);


 

 

Return value

 

The number of output devices currently installed on the system.