ISoundDeviceList.getDeviceDescription Method 
      
     
    
       returns description of the device.  Index of the device, a value between 0 and ISoundDeviceList::getDeviceCount()-1.  
      
        [Visual Basic]
        Public Function getDeviceDescription( _
   ByVal 
index As 
Integer _
) As 
String 
      
        [C#]
        public 
string getDeviceDescription(   
int index);
 
      See Also
      
        ISoundDeviceList Class | IrrKlang Namespace