#include <DVDSubtitleStream.h>
◆ CDVDSubtitleStream()
CDVDSubtitleStream::CDVDSubtitleStream |
( |
| ) |
|
|
default |
◆ ~CDVDSubtitleStream()
CDVDSubtitleStream::~CDVDSubtitleStream |
( |
| ) |
|
|
virtualdefault |
◆ 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()
int CDVDSubtitleStream::Read |
( |
char * |
buf, |
|
|
int |
buf_size |
|
) |
| |
◆ ReadLine()
char * CDVDSubtitleStream::ReadLine |
( |
char * |
pBuffer, |
|
|
int |
iLen |
|
) |
| |
◆ Seek()
long CDVDSubtitleStream::Seek |
( |
long |
offset, |
|
|
int |
whence |
|
) |
| |
◆ m_stringstream
std::stringstream CDVDSubtitleStream::m_stringstream |
The documentation for this class was generated from the following files: