Home
last modified time | relevance | path

Searched refs:xmltvliveinterval (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_ccx/
H A Dccx_common_option.h121 …int xmltvliveinterval; // interval in seconds between writing xmltv output files in liv… member
H A Dccx_common_option.c55 …options->xmltvliveinterval=10; // interval in seconds between writting xmltv output files in live … in init_options()
H A Dts_tables_epg.c989 …f(ccx_options.xmltvoutputinterval!=0 && cur_sec>ctx->epg_last_output+ccx_options.xmltvliveinterval) in EPG_handle_output()
997 if(cur_sec>ctx->epg_last_live_output+ccx_options.xmltvliveinterval) in EPG_handle_output()
H A Dparams.c1980 opt->xmltvliveinterval = 10; in parse_parameters()
1983 opt->xmltvliveinterval=atoi_hex (argv[i+1]); in parse_parameters()
2096 opt->xmltvliveinterval = 2; in parse_parameters()