Audio speaker device information interface.  
 More...
#include <setting_service_interface.h>
Audio speaker device information interface. 
 
◆ GetDeviceId()
  
  
      
        
          | virtual const wchar_t* ISpeakerInfo::GetDeviceId  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Get the speaker device ID. 
- Returns
 - If the function succeeds, the return value is the camera device ID. Otherwise failed, returns NULL. 
 
 
 
◆ GetDeviceName()
  
  
      
        
          | virtual const wchar_t* ISpeakerInfo::GetDeviceName  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Get the speaker device name. 
- Returns
 - If the function succeeds, the return value is speaker device name. Otherwise failed, returns NULL. 
 
 
 
◆ IsSelectedDevice()
  
  
      
        
          | virtual bool ISpeakerInfo::IsSelectedDevice  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Determine if the current device is selected to use. 
- Returns
 - TRUE indicates that the current device is selected. 
 
 
 
The documentation for this class was generated from the following file: