Copyright © 2006 - 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. 
 
 
Syntax 
 
[Visual Basic] 
Public Function GetOutputDevicesCount
) as Int16
 
[C#] 
public Int16 GetOutputDevicesCount
);
 
[C++] 
public: Int16 GetOutputDevicesCount
);
 
 
Return value 
 
The number of output devices currently installed on the system. 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents