uk.co.caprica.vlcj.mrl
Class MmsMrl

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

public class MmsMrl
extends WebMrl

Implementation of an MMS media resource locator.

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

 String mrl = new MmsMrl().host("www.myhost.com")
                          .port("8000")
                          .path("/mediainfo")
                          .value();
 
This will generate "mms://www.myhost.com:8000/mediainfo".


Constructor Summary
MmsMrl()
           
 
Method Summary
 
Methods inherited from class uk.co.caprica.vlcj.mrl.WebMrl
host, path, port, type, value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MmsMrl

public MmsMrl()

(C)2010 Caprica Software Limited