public static interface Transport.Builder extends SdkPojo, CopyableBuilder<Transport.Builder,Transport>
Modifier and Type | Method and Description |
---|---|
Transport.Builder |
maxBitrate(Integer maxBitrate)
The smoothing max bitrate for RTP and RTP-FEC streams.
|
Transport.Builder |
maxLatency(Integer maxLatency)
The maximum latency in milliseconds for Zixi-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 |
smoothingLatency(Integer smoothingLatency)
The smoothing latency in milliseconds for RTP and RTP-FEC streams.
|
Transport.Builder |
streamId(String streamId)
The stream ID that you want to use for this transport.
|
copy
applyMutation, build
Transport.Builder maxBitrate(Integer maxBitrate)
maxBitrate
- The smoothing max bitrate for RTP and RTP-FEC streams.Transport.Builder maxLatency(Integer maxLatency)
maxLatency
- The maximum latency in milliseconds for Zixi-based streams.Transport.Builder protocol(String protocol)
Transport.Builder protocol(Protocol protocol)
Transport.Builder smoothingLatency(Integer smoothingLatency)
smoothingLatency
- The smoothing latency in milliseconds for 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.