#include <ICodec.h>
◆ ICodec()
◆ ~ICodec()
  
  
      
        
          | virtual ICodec::~ICodec  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtualdefault   | 
  
 
 
◆ CanInit()
  
  
      
        
          | virtual bool ICodec::CanInit  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ CanSeek()
  
  
      
        
          | virtual bool ICodec::CanSeek  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ GetCacheLevel()
  
  
      
        
          | virtual int ICodec::GetCacheLevel  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ Init()
◆ IsCaching()
  
  
      
        
          | virtual bool ICodec::IsCaching  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ ReadPCM()
  
  
      
        
          | virtual int ICodec::ReadPCM  | 
          ( | 
          uint8_t * |           pBuffer,  | 
         
        
           | 
           | 
          size_t |           size,  | 
         
        
           | 
           | 
          size_t * |           actualsize ) | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ ReadRaw()
  
  
      
        
          | virtual int ICodec::ReadRaw  | 
          ( | 
          uint8_t ** |           pBuffer,  | 
         
        
           | 
           | 
          int * |           bufferSize ) | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ Seek()
◆ SetTotalTime()
◆ m_bitRate
◆ m_bitsPerCodedSample
      
        
          | int ICodec::m_bitsPerCodedSample | 
        
      
 
 
◆ m_bitsPerSample
      
        
          | int ICodec::m_bitsPerSample | 
        
      
 
 
◆ m_CodecName
      
        
          | std::string ICodec::m_CodecName | 
        
      
 
 
◆ m_file
◆ m_format
◆ m_tag
◆ m_TotalTime
The documentation for this class was generated from the following file: