Include dependency graph for cdda.c:

Defines | |
| #define | DEBUG_LONGTEXT |
| #define | CACHING_LONGTEXT |
| #define | BLOCKS_PER_READ_LONGTEXT |
| #define | CDDB_TITLE_FMT_LONGTEXT |
| #define | TITLE_FMT_LONGTEXT |
| #define | PARANOIA_TEXT N_("Enable CD paranoia?") |
| #define | PARANOIA_LONGTEXT |
Functions | |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| #define BLOCKS_PER_READ_LONGTEXT |
Value:
N_( \ "How many CD blocks to get on a single CD read. " \ "Generally on newer/faster CDs, this increases throughput at the " \ "expense of a little more memory usage and initial delay. SCSI-MMC " \ "limitations generally don't allow for more than 25 blocks per access.")
| #define CACHING_LONGTEXT |
Value:
N_( \ "Caching value for CDDA streams. This " \ "value should be set in millisecond units." )
| #define CDDB_TITLE_FMT_LONGTEXT |
Value:
N_( \ "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 artist (for the album)\n" \ " %A : The album information\n" \ " %C : Category\n" \ " %e : The extended data (for a track)\n" \ " %I : CDDB disk ID\n" \ " %G : Genre\n" \ " %M : The current MRL\n" \ " %m : The CD-DA Media Catalog Number (MCN)\n" \ " %n : The number of tracks on the CD\n" \ " %p : The artist/performer/composer in the track\n" \ " %T : The track number\n" \ " %s : Number of seconds in this track\n" \ " %S : Number of seconds in the CD\n" \ " %t : The track title or MRL if no title\n" \ " %Y : The year 19xx or 20xx\n" \ " %% : a % \n")
| #define DEBUG_LONGTEXT |
Value:
N_( \ "This integer when viewed in binary is a debugging mask\n" \ "meta info 1\n" \ "events 2\n" \ "MRL 4\n" \ "external call 8\n" \ "all calls (0x10) 16\n" \ "LSN (0x20) 32\n" \ "seek (0x40) 64\n" \ "libcdio (0x80) 128\n" \ "libcddb (0x100) 256\n" )
| #define PARANOIA_LONGTEXT |
Value:
N_( \ "Select whether to use CD Paranoia for jitter/error correction.\n" \ "none: no paranoia - fastest.\n" \ "overlap: do only overlap detection - not generally recommended.\n" \ "full: complete jitter and error correction detection - slowest.\n" )
| #define PARANOIA_TEXT N_("Enable CD paranoia?") |
| #define TITLE_FMT_LONGTEXT |
Value:
N_( \ "Format used in the GUI Playlist Title. Similar to the Unix date \n" \ "Format specifiers that start with a percent sign. Specifiers are: \n" \ " %M : The current MRL\n" \ " %m : The CD-DA Media Catalog Number (MCN)\n" \ " %n : The number of tracks on the CD\n" \ " %T : The track number\n" \ " %s : Number of seconds in this track\n" \ " %S : Number of seconds in the CD\n" \ " %t : The track title or MRL if no title\n" \ " %% : a % \n")
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
1.5.1