@Deprecated public class UdpMrl extends Object implements Mrl
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 and Description |
|---|
UdpMrl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
UdpMrl |
groupAddress(String groupAddress)
Deprecated.
Set the group address.
|
UdpMrl |
port(int port)
Deprecated.
Set the port number.
|
String |
value()
Deprecated.
Get the media resource locator value
|
Copyright © 2009–2015 Caprica Software Limited. All rights reserved.