| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Transport |
Transport.clone() |
Transport |
Source.getTransport()
Attributes related to the transport stream that are used in the source.
|
Transport |
Output.getTransport()
Attributes related to the transport stream that are used in the output.
|
Transport |
Transport.withCidrAllowList(Collection<String> cidrAllowList)
The range of IP addresses that should be allowed to initiate output requests to this flow.
|
Transport |
Transport.withCidrAllowList(String... cidrAllowList)
The range of IP addresses that should be allowed to initiate output requests to this flow.
|
Transport |
Transport.withMaxBitrate(Integer maxBitrate)
The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
|
Transport |
Transport.withMaxLatency(Integer maxLatency)
The maximum latency in milliseconds.
|
Transport |
Transport.withMaxSyncBuffer(Integer maxSyncBuffer)
The size of the buffer (in milliseconds) to use to sync incoming source data.
|
Transport |
Transport.withMinLatency(Integer minLatency)
The minimum latency in milliseconds for SRT-based streams.
|
Transport |
Transport.withProtocol(Protocol protocol)
The protocol that is used by the source or output.
|
Transport |
Transport.withProtocol(String protocol)
The protocol that is used by the source or output.
|
Transport |
Transport.withRemoteId(String remoteId)
The remote ID for the Zixi-pull stream.
|
Transport |
Transport.withSenderControlPort(Integer senderControlPort)
The port that the flow uses to send outbound requests to initiate connection with the sender.
|
Transport |
Transport.withSenderIpAddress(String senderIpAddress)
The IP address that the flow communicates with to initiate connection with the sender.
|
Transport |
Transport.withSmoothingLatency(Integer smoothingLatency)
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
|
Transport |
Transport.withSourceListenerAddress(String sourceListenerAddress)
Source IP or domain name for SRT-caller protocol.
|
Transport |
Transport.withSourceListenerPort(Integer sourceListenerPort)
Source port for SRT-caller protocol.
|
Transport |
Transport.withStreamId(String streamId)
The stream ID that you want to use for this transport.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Source.setTransport(Transport transport)
Attributes related to the transport stream that are used in the source.
|
void |
Output.setTransport(Transport transport)
Attributes related to the transport stream that are used in the output.
|
Source |
Source.withTransport(Transport transport)
Attributes related to the transport stream that are used in the source.
|
Output |
Output.withTransport(Transport transport)
Attributes related to the transport stream that are used in the output.
|
Copyright © 2023. All rights reserved.