#include <cc.h>
Definition at line 9 of file cc.h.
Public Attributes | |
| int | fd |
| char | buffer [CC_VBIBUFSIZE] |
| int | code1 |
| int | code2 |
| int | samples_per_line |
| int | start_line |
| int | line_count |
| int | scale0 |
| int | scale1 |
| int cc::fd |
Definition at line 11 of file cc.h.
Referenced by cc_close(), cc_handler(), cc_open(), and NuppelVideoRecorder::doVbiThread().
| char cc::buffer[CC_VBIBUFSIZE] |
Definition at line 12 of file cc.h.
Referenced by cc_decode(), cc_handler(), and NuppelVideoRecorder::doVbiThread().
| int cc::code1 |
Definition at line 13 of file cc.h.
Referenced by cc_decode(), cc_handler(), cc_open(), NuppelVideoRecorder::doVbiThread(), and NuppelVideoRecorder::FormatCC().
| int cc::code2 |
Definition at line 14 of file cc.h.
Referenced by cc_decode(), cc_handler(), cc_open(), NuppelVideoRecorder::doVbiThread(), and NuppelVideoRecorder::FormatCC().
Definition at line 16 of file cc.h.
Referenced by cc_decode(), and NuppelVideoRecorder::doVbiThread().
| int cc::start_line |
Definition at line 17 of file cc.h.
Referenced by cc_decode(), and NuppelVideoRecorder::doVbiThread().
| int cc::line_count |
Definition at line 18 of file cc.h.
Referenced by cc_decode(), and NuppelVideoRecorder::doVbiThread().
| int cc::scale0 |
Definition at line 19 of file cc.h.
Referenced by cc_decode(), and NuppelVideoRecorder::doVbiThread().
| int cc::scale1 |
Definition at line 19 of file cc.h.
Referenced by cc_decode(), and NuppelVideoRecorder::doVbiThread().
1.5.5