Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
cc_decoder_s Struct Reference

#include <cc_decoder.h>

Public Attributes

cc_memory_t buffer [2]
 
cc_memory_ton_buf
 
cc_memory_toff_buf
 
cc_memory_t ** active
 
uint32_t lastcode
 
uint16_t rollup_rows
 
enum cc_style style
 
voiduserdata
 
void(* callback )(int service, void *userdata)
 
char text [CC_ROWS *CC_COLUMNS+1]
 
int textlen
 

Member Data Documentation

§ active

cc_memory_t** cc_decoder_s::active

§ buffer

cc_memory_t cc_decoder_s::buffer[2]

§ callback

void(* cc_decoder_s::callback) (int service, void *userdata)

§ lastcode

uint32_t cc_decoder_s::lastcode

§ off_buf

cc_memory_t* cc_decoder_s::off_buf

§ on_buf

cc_memory_t* cc_decoder_s::on_buf

§ rollup_rows

uint16_t cc_decoder_s::rollup_rows

§ style

enum cc_style cc_decoder_s::style

§ text

char cc_decoder_s::text[CC_ROWS *CC_COLUMNS+1]

§ textlen

int cc_decoder_s::textlen

§ userdata

void* cc_decoder_s::userdata

The documentation for this struct was generated from the following file: