uk.co.caprica.vlcj.mrl
Class RtspMrl

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

public class RtspMrl
extends WebMrl

Implementation of an HTTP media resource locator.

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

 String mrl = new RtspMrl().host("www.myhost.com")
                           .port("8888")
                           .path("/example")
                           .value();
 
This will generate "rtsp://www.myhost.com:8888/example".


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

RtspMrl

public RtspMrl()

(C)2010 Caprica Software Limited