MWCapture SDK Linux
3.3.1.LAST_SVN_COMMIT_NUM
|
mw_cc608_decoder_t cc608 resolution structure More...
#include <mw_cc708_base_types.h>
Public Attributes | |
mw_cc608_memory_t | buffer [2] |
Before and after subtitle. | |
mw_cc608_memory_t * | on_buf |
Display subtitle. | |
mw_cc608_memory_t * | off_buf |
Background subtitle. | |
mw_cc608_memory_t ** | active |
Active subtitle. | |
mw_cc608_active_channel_t | m_activeChannels |
Active channels. | |
uint32_t | lastcode |
Last code. | |
uint16_t | rollup_rows |
Number of roll up rows. | |
mw_cc608_style_t | style |
Drawing style. | |
void * | userdata |
Callback object. | |
void(* | callback )(int service, void *userdata) |
Callback function. | |
mw_cc708_decoder_t * | parent |
MW_CC708_Decoder. | |
void(* | cc708decodercallback )(mw_cc708_decoder_t *parent, bool t_b608, int t_nService) |
Callback function of MW_CC708_decoder. | |
char | text [CC608_ROWS *CC608_COLUMNS+1] |
Closed captions. | |
int | textlen |
Length of captions. | |
mw_cc608_decoder_t cc608 resolution structure