MWCapture SDK Linux
3.3.1.LAST_SVN_COMMIT_NUM
|
_cc708_decoder cc708 decoder More...
#include <mw_cc708_base_types.h>
Public Attributes | |
bool | binited |
Whether to initialize. | |
mw_cc708_service_all_decoders_t * | cc708_sad_decoders |
All cc708 service decoder. | |
mw_cc608_decoder_t * | cc608_decoder |
cc608 decoder | |
unsigned char | current_packet [MAX_708_PACKET_LENGTH] |
Current data. | |
int16_t | ncurrent_packet_length |
Current date length. | |
int16_t | nlast_seq |
The last sequence. | |
bool | btrans_cc708 |
Whether to decode cc708; the default value is true. If false, cc708 will not be decoded. | |
bool | btrans_cc608 |
Whether to decode cc608; the default value is true. If false, cc708 will not be decoded. | |
mw_cc608_buffer_t | cc608_buffer |
cc608 decode structure | |
mw_cc708_tv_window_screen_t | cc708_window_screen |
cc708 content displayed | |
bool | bshow_cc708 |
Whether to display cc708. | |
bool | bshow_cc608 |
Whether to display cc608. | |
bool | bhas_cc708 |
Whether there is cc608 input. | |
bool | bhas_cc608 |
Whether there is cc708 input. | |
bool | bcc608_output [4] |
Hides channel 0-3 of cc608. | |
bool | bcc708_output [63] |
Hides service 0-63 of cc708. | |
void * | userdata |
Callback object. | |
void(* | callback )(int service, void *userdata) |
Callback function. | |
int | nlast_cdp_counter |
The last count of cdp. | |
int | ncurrent_cdp_counter |
Current count of cdp. | |
_cc708_decoder cc708 decoder