@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.
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.