#include <cc608decoder.h>
Public Member Functions | |
| virtual | ~CC608Input () |
| virtual void | AddTextData (unsigned char *buf, int len, int64_t timecode, char type)=0 |
Definition at line 18 of file cc608decoder.h.
| virtual CC608Input::~CC608Input | ( | ) | [inline, virtual] |
Definition at line 21 of file cc608decoder.h.
| virtual void CC608Input::AddTextData | ( | unsigned char * | buf, | |
| int | len, | |||
| int64_t | timecode, | |||
| char | type | |||
| ) | [pure virtual] |
Implemented in CC608Reader, and NuppelVideoRecorder.
Referenced by CC608Decoder::BufferCC().
1.6.3