public class SsmMrl extends Object implements Mrl
This class provides a fluent API for initialising the MRL, e.g.
String mrl = new RtpMrl().serverAddress("myhost.com") .multicastAddress("234.0.0.1") .port(5401) .value();This will generate
"rtp://myhost.com@234.0.0.1:5401"
.public final SsmMrl serverAddress(String serverAddress)
serverAddress
- public final SsmMrl multicastAddress(String multicastAddress)
multicastAddress
- public final SsmMrl port(int port)
port
- Copyright © 2009–2014 Caprica Software Limited. All rights reserved.