#include <DVDSubtitleStream.h>
◆ CDVDSubtitleStream()
  
  
      
        
          | CDVDSubtitleStream::CDVDSubtitleStream  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ ~CDVDSubtitleStream()
  
  
      
        
          | CDVDSubtitleStream::~CDVDSubtitleStream  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtualdefault   | 
  
 
 
◆ GetData()
  
  
      
        
          | const std::string & CDVDSubtitleStream::GetData  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Get the full data. 
- Returns
 - The data 
 
 
 
◆ IsIncompatible()
Checks if the subtitle associated with the pInputStream is known to be incompatible, e.g., vob sub files. 
- Parameters
 - 
  
    | [in] | pInputStream | The input stream for the subtitle to check.  | 
  
   
 
 
◆ Open()
      
        
          | bool CDVDSubtitleStream::Open  | 
          ( | 
          const std::string & |           strFile | ) | 
           | 
        
      
 
 
◆ Read()
      
        
          | std::string CDVDSubtitleStream::Read  | 
          ( | 
          int |           length | ) | 
           | 
        
      
 
Read some data of specified length, from the current position. 
- Parameters
 - 
  
    | length | The length of data to be read  | 
  
   
- Returns
 - The string read 
 
 
 
◆ ReadLine()
      
        
          | bool CDVDSubtitleStream::ReadLine  | 
          ( | 
          std::string & |           line | ) | 
           | 
        
      
 
Read a line of data. 
- Parameters
 - 
  
  
 
- Returns
 - True if read, otherwise false if EOF 
 
 
 
◆ Seek()
      
        
          | bool CDVDSubtitleStream::Seek  | 
          ( | 
          int |           offset | ) | 
           | 
        
      
 
Change the current data position to the specified offset. 
- Parameters
 - 
  
  
 
- Returns
 - True if success, otherwise false 
 
 
 
The documentation for this class was generated from the following files: