uk.co.caprica.vlcj.mrl
Class DvdMrl

java.lang.Object
  extended by uk.co.caprica.vlcj.mrl.BaseDvdMrl
      extended by uk.co.caprica.vlcj.mrl.DvdMrl
All Implemented Interfaces:
Mrl

public class DvdMrl
extends BaseDvdMrl

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

DvdMrl

public DvdMrl()

(C)2010 Caprica Software Limited