|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <cc_decoder.h>
Public Attributes | |
| cc_memory_t | buffer [2] |
| cc_memory_t * | on_buf |
| cc_memory_t * | off_buf |
| cc_memory_t ** | active |
| uint32_t | lastcode |
| uint16_t | rollup_rows |
| enum cc_style | style |
| void * | userdata |
| void(* | callback )(int service, void *userdata) |
| char | text [CC_ROWS *CC_COLUMNS+1] |
| int | textlen |
| cc_memory_t** cc_decoder_s::active |
| cc_memory_t cc_decoder_s::buffer[2] |
| uint32_t cc_decoder_s::lastcode |
| cc_memory_t* cc_decoder_s::off_buf |
| cc_memory_t* cc_decoder_s::on_buf |
| uint16_t cc_decoder_s::rollup_rows |
| enum cc_style cc_decoder_s::style |
| char cc_decoder_s::text[CC_ROWS *CC_COLUMNS+1] |
| int cc_decoder_s::textlen |
| void* cc_decoder_s::userdata |