| 
Public Member Functions | 
| const char * | Start (const char *const *param) | 
|  | Start this driver. 
 | 
| void | Stop () | 
|  | Stop this driver. 
 | 
| const char * | GetName () const | 
|  | Get the name of this driver. 
 | 
| virtual void | MainLoop () | 
|  | Called once every tick. 
 | 
Detailed Description
Definition at line 17 of file cocoa_s.h.
 Member Function Documentation
  
  | 
        
          | const char* SoundDriver_Cocoa::GetName | ( |  | ) | const |  | inlinevirtual | 
 
Get the name of this driver. 
- Returns
- The name of the driver. 
Implements Driver.
Definition at line 22 of file cocoa_s.h.
 
 
  
  | 
        
          | const char* SoundDriver_Cocoa::Start | ( | const char *const * | parm | ) |  |  | virtual | 
 
Start this driver. 
- Parameters
- 
  
    | parm | Parameters passed to the driver. |  
 
- Returns
- NULL if everything went okay, otherwise an error message. 
Implements Driver.
 
 
The documentation for this class was generated from the following file: