Copyright © 2011-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]

Public Function OutputDeviceGetCount (

) as Int16


 

[C#]

public Int16 OutputDeviceGetCount (

);


 

[C++]

public: Int16 OutputDeviceGetCount (

);


 

 

Return value

 

The number of output devices currently installed on the system.