uk.co.caprica.vlcj.mrl
Class SimpleDvdMrl

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

public class SimpleDvdMrl
extends BaseDvdMrl

Implementation of a media resource locator for DVDs without menus.

This class provides a fluent API for initialising the MRL, e.g.

 String mrl = new SimpleDvdMrl().device("/media/dvd")
                                .rawDevice("/dev/cdrom0")
                                .title(0)
                                .chapter(3)
                                .angle(1)
                                .value();
 
This will generate "dvdsimple:///media/dvd/@dev/cdrom@0:3:1".


Constructor Summary
SimpleDvdMrl()
           
 
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

SimpleDvdMrl

public SimpleDvdMrl()

(C)2010 Caprica Software Limited