public class CdMrl extends Object implements Mrl
This class provides a fluent API for initialising the MRL, e.g.
String mrl = new CcdMrl().device("/dev/cdrom") .track(3) .value();This will generate
"cdda:///dev/cdrom/@3"
.
Note that vlc currently ignores the track number.
Constructor and Description |
---|
CdMrl() |
public final CdMrl track(int track)
track
- Copyright © 2009–2014 Caprica Software Limited. All rights reserved.