Difference between revisions of "Documentation:Modules/cdda"
Jump to navigation
Jump to search
(Attempt to document --cdda-track, --cdda-first-sector and --cdda-last-sector) |
m (→Source code: New section) |
||
Line 34: | Line 34: | ||
|default=80 | |default=80 | ||
}} | }} | ||
+ | |||
+ | == Source code == | ||
+ | * {{VLCSourceFile|modules/access/cdda.c}} | ||
{{Documentation footer}} | {{Documentation footer}} |
Revision as of 05:54, 1 April 2019
Module: cdda | |
---|---|
Type | Access |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | Read a CD |
Shortcut(s) | - |
The option --cd-audio
is new as of [98dd4c30db57f88a92be16aa694f5d9fda08c15c] (2016). The option --cdda-caching
(seems) to be deprecated as of [43bb27d91ce344eee93df3c956cd2513e3eecc3c] (2018).
The options --cdda-track
plays a particular track (like @track
does). --cdda-first-sector
and cdda-last-sector
seem to be hints to VLC to skip disk sectors at the beginning or end.
- cd-audio <string> : Audio CD device
- cdda-track <integer> : ?
- cdda-first-sector <integer> : ?
- cdda-last-sector <integer> : ?
- cddb-server <string> : CDDB Server default value: freedb.videolan.org
- cddb-port <integer> : CDDB port. The option range is [1 .. 65535] default value: 80
Source code
This page is part of official VLC media player Documentation (User Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.