uk.co.caprica.vlcj.mrl
Class UdpMrl

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

Deprecated.

@Deprecated
public class UdpMrl
extends java.lang.Object
implements Mrl

Implementation of a media resource locator for UDP streams.

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

 String mrl = new RtpMrl().groupAddress("234.0.0.1")
                          .port(1234)
                          .value();
 
This will generate "udp://@234.0.0.1:1234".

UDP is deprecated in VLC.


Constructor Summary
UdpMrl()
          Deprecated.  
 
Method Summary
 UdpMrl groupAddress(java.lang.String groupAddress)
          Deprecated.  
 UdpMrl port(int port)
          Deprecated.  
 java.lang.String value()
          Deprecated. Get the media resource locator value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UdpMrl

public UdpMrl()
Deprecated. 
Method Detail

groupAddress

public UdpMrl groupAddress(java.lang.String groupAddress)
Deprecated. 

port

public UdpMrl port(int port)
Deprecated. 

value

public java.lang.String value()
Deprecated. 
Description copied from interface: Mrl
Get the media resource locator value

Specified by:
value in interface Mrl
Returns:
media resource locator

(C)2010 Caprica Software Limited