|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.co.caprica.vlcj.mrl.BaseDvdMrl
uk.co.caprica.vlcj.mrl.DvdMrl
public class DvdMrl
Implementation of a media resource locator for DVDs with menus.
This class provides a fluent API for initialising the MRL, e.g.
String mrl = new DvdMrl().device("/media/dvd") .rawDevice("/dev/cdrom0") .title(0) .chapter(3) .angle(1) .value();This will generate
"dvd:///media/dvd/@dev/cdrom@0:3:1"
.
Constructor Summary | |
---|---|
DvdMrl()
|
Method Summary |
---|
Methods inherited from class uk.co.caprica.vlcj.mrl.BaseDvdMrl |
---|
angle, chapter, device, rawDevice, title, type, value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DvdMrl()
|
(C)2010 Caprica Software Limited | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |