Public Member Functions | |
| MMConfigDlg (wxWindow *parent, const size_t buf_count, const size_t latency, const UINT device) | |
| Constructor.   | |
| ~MMConfigDlg () | |
| Destructor.   | |
| void | GetData (size_t &buf_count, size_t &latency, UINT &device) | 
| Get user's choices.   | |
Private Attributes | |
| wxSpinCtrl * | countspin | 
| Number of buffers.   | |
| wxSpinCtrl * | latencyspin | 
| Latency factor.   | |
| wxChoice * | devchoice | 
| Device.   | |
| wxStaticLine * | topline | 
| Static line.   | |
Main configuration dialog used to configure many of the persistent configuration.
      
  | 
  ||||||||||||||||||||
| 
 Constructor. Create the main configuration dialog. 
 
  | 
  
      
  | 
  
| 
 Destructor. Cleanup.  | 
  
      
  | 
  ||||||||||||||||
| 
 Get user's choices. 
 
  | 
  
      
  | 
  
| 
 Number of buffers. 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 Latency factor. 
  | 
  
      
  | 
  
| 
 Static line. 
  | 
  
 
1.3.5