Definition at line 18 of file audio.h.
 
◆ cScolFileSource()
      
        
          | cScolFileSource::cScolFileSource | ( | const char * | filename | ) |  | 
      
 
 
◆ ~cScolFileSource()
      
        
          | cScolFileSource::~cScolFileSource | ( |  | ) |  | 
      
 
 
◆ getCurrentPos()
  
  | 
        
          | int cScolFileSource::getCurrentPos | ( |  | ) |  |  | virtual | 
 
 
◆ getSize()
  
  | 
        
          | int cScolFileSource::getSize | ( |  | ) |  |  | virtual | 
 
 
◆ isValid()
  
  | 
        
          | bool cScolFileSource::isValid | ( |  | ) |  |  | virtual | 
 
 
◆ read()
  
  | 
        
          | int cScolFileSource::read | ( | void * | output, |  
          |  |  | int | size |  
          |  | ) |  |  |  | virtual | 
 
 
◆ seek()
  
  | 
        
          | bool cScolFileSource::seek | ( | int | amount, |  
          |  |  | bool | relative |  
          |  | ) |  |  |  | virtual | 
 
 
◆ Filesize
  
  | 
        
          | int cScolFileSource::Filesize |  | protected | 
 
Holds file size. 
Definition at line 34 of file audio.h.
 
 
◆ pFile
  
  | 
        
          | FILE* cScolFileSource::pFile |  | protected | 
 
File stream. 
Definition at line 36 of file audio.h.
 
 
◆ Valid
  
  | 
        
          | bool cScolFileSource::Valid |  | protected | 
 
Holds if valid 
 
Definition at line 32 of file audio.h.
 
 
The documentation for this class was generated from the following files: