public static interface Transport.Builder extends SdkPojo, CopyableBuilder<Transport.Builder,Transport>
| Modifier and Type | Method and Description |
|---|---|
Transport.Builder |
cidrAllowList(Collection<String> cidrAllowList)
The range of IP addresses that should be allowed to initiate output requests to this flow.
|
Transport.Builder |
cidrAllowList(String... cidrAllowList)
The range of IP addresses that should be allowed to initiate output requests to this flow.
|
Transport.Builder |
maxBitrate(Integer maxBitrate)
The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
|
Transport.Builder |
maxLatency(Integer maxLatency)
The maximum latency in milliseconds.
|
Transport.Builder |
maxSyncBuffer(Integer maxSyncBuffer)
The size of the buffer (in milliseconds) to use to sync incoming source data.
|
Transport.Builder |
minLatency(Integer minLatency)
The minimum latency in milliseconds for SRT-based streams.
|
Transport.Builder |
protocol(Protocol protocol)
The protocol that is used by the source or output.
|
Transport.Builder |
protocol(String protocol)
The protocol that is used by the source or output.
|
Transport.Builder |
remoteId(String remoteId)
The remote ID for the Zixi-pull stream.
|
Transport.Builder |
smoothingLatency(Integer smoothingLatency)
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
|
Transport.Builder |
streamId(String streamId)
The stream ID that you want to use for this transport.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTransport.Builder cidrAllowList(Collection<String> cidrAllowList)
cidrAllowList - The range of IP addresses that should be allowed to initiate output requests to this flow. These IP
addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example,
10.0.0.0/16.Transport.Builder cidrAllowList(String... cidrAllowList)
cidrAllowList - The range of IP addresses that should be allowed to initiate output requests to this flow. These IP
addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example,
10.0.0.0/16.Transport.Builder maxBitrate(Integer maxBitrate)
maxBitrate - The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.Transport.Builder maxLatency(Integer maxLatency)
maxLatency - The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.Transport.Builder maxSyncBuffer(Integer maxSyncBuffer)
maxSyncBuffer - The size of the buffer (in milliseconds) to use to sync incoming source data.Transport.Builder minLatency(Integer minLatency)
minLatency - The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this
value that you set on your MediaConnect source or output represents the minimal potential latency of
that connection. The latency of the stream is set to the highest number between the sender’s minimum
latency and the receiver’s minimum latency.Transport.Builder protocol(String protocol)
Transport.Builder protocol(Protocol protocol)
Transport.Builder remoteId(String remoteId)
remoteId - The remote ID for the Zixi-pull stream.Transport.Builder smoothingLatency(Integer smoothingLatency)
smoothingLatency - The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.Transport.Builder streamId(String streamId)
streamId - The stream ID that you want to use for this transport. This parameter applies only to Zixi-based
streams.Copyright © 2021. All rights reserved.