
Defines | |
| #define | DEBUG_LONGTEXT |
| #define | VCD_TITLE_FMT_LONGTEXT |
Functions | |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| #define DEBUG_LONGTEXT |
Value:
"This integer when viewed in binary is a debugging mask\n" \ "meta info 1\n" \ "event info 2\n" \ "MRL 4\n" \ "external call 8\n" \ "all calls (10) 16\n" \ "LSN (20) 32\n" \ "PBC (40) 64\n" \ "libcdio (80) 128\n" \ "seek-set (100) 256\n" \ "seek-cur (200) 512\n" \ "still (400) 1024\n" \ "vcdinfo (800) 2048\n"
| #define VCD_TITLE_FMT_LONGTEXT |
Value:
"Format used in the GUI Playlist Title. Similar to the Unix date \n" \ "Format specifiers that start with a percent sign. Specifiers are: \n" \ " %A : The album information\n" \ " %C : The VCD volume count - the number of CDs in the collection\n" \ " %c : The VCD volume num - the number of the CD in the collection.\n" \ " %F : The VCD Format, e.g. VCD 1.0, VCD 1.1, VCD 2.0, or SVCD\n" \ " %I : The current entry/segment/playback type, e.g. ENTRY, TRACK, SEGMENT...\n" \ " %L : The playlist ID prefixed with \" LID\" if it exists\n" \ " %N : The current number of the %I - a decimal number\n" \ " %P : The publisher ID\n" \ " %p : The preparer ID\n" \ " %S : If we are in a segment (menu), the kind of segment\n" \ " %T : The MPEG track number (starts at 1)\n" \ " %V : The volume set ID\n" \ " %v : The volume ID\n" \ " A number between 1 and the volume count.\n" \ " %% : a % \n"
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
1.5.6