| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static Transport.Builder |
Transport.builder() |
Transport.Builder |
Transport.Builder.cidrAllowList(Collection<String> cidrAllowList)
The range of IP addresses that should be allowed to initiate output requests to this flow.
|
Transport.Builder |
Transport.Builder.cidrAllowList(String... cidrAllowList)
The range of IP addresses that should be allowed to initiate output requests to this flow.
|
Transport.Builder |
Transport.Builder.maxBitrate(Integer maxBitrate)
The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
|
Transport.Builder |
Transport.Builder.maxLatency(Integer maxLatency)
The maximum latency in milliseconds.
|
Transport.Builder |
Transport.Builder.maxSyncBuffer(Integer maxSyncBuffer)
The size of the buffer (in milliseconds) to use to sync incoming source data.
|
Transport.Builder |
Transport.Builder.minLatency(Integer minLatency)
The minimum latency in milliseconds for SRT-based streams.
|
Transport.Builder |
Transport.Builder.protocol(Protocol protocol)
The protocol that is used by the source or output.
|
Transport.Builder |
Transport.Builder.protocol(String protocol)
The protocol that is used by the source or output.
|
Transport.Builder |
Transport.Builder.remoteId(String remoteId)
The remote ID for the Zixi-pull stream.
|
Transport.Builder |
Transport.Builder.senderControlPort(Integer senderControlPort)
The port that the flow uses to send outbound requests to initiate connection with the sender.
|
Transport.Builder |
Transport.Builder.senderIpAddress(String senderIpAddress)
The IP address that the flow communicates with to initiate connection with the sender.
|
Transport.Builder |
Transport.Builder.smoothingLatency(Integer smoothingLatency)
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
|
Transport.Builder |
Transport.Builder.streamId(String streamId)
The stream ID that you want to use for this transport.
|
Transport.Builder |
Transport.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Transport.Builder> |
Transport.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Output.Builder |
Output.Builder.transport(Consumer<Transport.Builder> transport)
Attributes related to the transport stream that are used in the output.
|
default Source.Builder |
Source.Builder.transport(Consumer<Transport.Builder> transport)
Attributes related to the transport stream that are used in the source.
|
Copyright © 2022. All rights reserved.