MythTV  master
Classes | Macros | Functions
cc.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cc
 

Macros

#define CC_VBIBUFSIZE   (65536*2)
 
#define CC_BUFSIZE   256
 

Functions

void cc_decode (struct cc *cc)
 
struct cccc_open (const char *vbi_name)
 
void cc_close (struct cc *cc)
 
void cc_handler (struct cc *cc)
 

Macro Definition Documentation

◆ CC_VBIBUFSIZE

#define CC_VBIBUFSIZE   (65536*2)

Definition at line 4 of file cc.h.

◆ CC_BUFSIZE

#define CC_BUFSIZE   256

Definition at line 7 of file cc.h.

Function Documentation

◆ cc_decode()

void cc_decode ( struct cc cc)

Definition at line 237 of file cc.cpp.

◆ cc_open()

struct cc* cc_open ( const char *  vbi_name)

◆ cc_close()

void cc_close ( struct cc cc)

Definition at line 207 of file cc.cpp.

◆ cc_handler()

void cc_handler ( struct cc cc)