Go to the source code of this file.
Functions | |
| void | setupKeys (void) |
| int | main (int argc, char **argv) |
Variables | |
| static const char * | version = "v0.32" |
| static KCmdLineOptions | options [] |
| void setupKeys | ( | void | ) |
Definition at line 40 of file mythplugins/mythbrowser/mythbrowser/main.cpp.
Referenced by main(), and mythplugin_init().
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 67 of file mythplugins/mythbrowser/mythbrowser/main.cpp.
const char* version = "v0.32" [static] |
Definition at line 26 of file mythplugins/mythbrowser/mythbrowser/main.cpp.
Referenced by EITHelper::AddEIT(), adpcm_compress_trellis(), aiff_read_header(), DBUtil::CompareDBMSVersion(), decode_frame(), decode_init(), MPEGStreamData::HandleTables(), ATSCStreamData::HandleTables(), hdhomerun_device_firmware_version_check(), if(), UDPNotify::incomingData(), MPEGStreamData::IsRedundant(), DVBStreamData::IsRedundant(), ATSCStreamData::IsRedundant(), EITCache::LoadChannel(), main(), matroska_read_header(), mov_read_mdhd(), mov_read_mvhd(), mov_read_stsd(), mov_read_tkhd(), mov_write_audio_tag(), mov_write_mdhd_tag(), mov_write_mvhd_tag(), mov_write_tkhd_tag(), DBUtil::ParseDBMSVersion(), rm_read_audio_stream_info(), sonic_decode_init(), sonic_encode_init(), theora_header(), txd_decode_frame(), voc_probe(), and voc_write_header().
KCmdLineOptions options[] [static] |
Initial value:
{
{ "zoom ",0,0},
{ "z ","Zoom factor 20-300 (default: 200)", "200"},
{ "x ","X position of window (default: 0)", "0"},
{ "y ","Y position of window (default: 0)", "0"},
{ "w ","Screen width (default: physical screen width)", 0 },
{ "h ","Screen height (default: physical screen height)", 0 },
{ "g" ,"Run in windowed mode", 0 },
{ "+file ","URLs to display", 0 },
KCmdLineLastOption
}
Definition at line 28 of file mythplugins/mythbrowser/mythbrowser/main.cpp.
1.5.5