public static class RtpEndpoint.Builder extends AbstractBuilder<RtpEndpoint>
genericProperties, props
Constructor and Description |
---|
Builder(MediaPipeline mediaPipeline)
Creates a Builder for RtpEndpoint
|
Modifier and Type | Method and Description |
---|---|
RtpEndpoint.Builder |
useIpv6()
This configures the endpoint to use IPv6 instead of IPv4.
|
RtpEndpoint.Builder |
with(String name,
Object value) |
RtpEndpoint.Builder |
withCrypto(SDES crypto)
Sets a value for crypto in Builder for RtpEndpoint.
|
RtpEndpoint.Builder |
withProperties(Properties properties) |
build, build, buildAsync
public Builder(MediaPipeline mediaPipeline)
public RtpEndpoint.Builder withProperties(Properties properties)
withProperties
in class AbstractBuilder<RtpEndpoint>
public RtpEndpoint.Builder with(String name, Object value)
with
in class AbstractBuilder<RtpEndpoint>
public RtpEndpoint.Builder withCrypto(SDES crypto)
crypto
- SDES-type param. If present, this parameter indicates that the communication will be encrypted. By default no encryption is used.public RtpEndpoint.Builder useIpv6()
Copyright © 2018 Kurento. All rights reserved.