| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
DestinationConfiguration |
DestinationConfiguration.clone() |
DestinationConfiguration |
DestinationConfiguration.withDestinationIp(String destinationIp)
The IP address where contents of the media stream will be sent.
|
DestinationConfiguration |
DestinationConfiguration.withDestinationPort(Integer destinationPort)
The port to use when the content of the media stream is distributed to the output.
|
DestinationConfiguration |
DestinationConfiguration.withInterface(Interface interfaceValue)
The VPC interface that is used for the media stream associated with the output.
|
DestinationConfiguration |
DestinationConfiguration.withOutboundIp(String outboundIp)
The IP address that the receiver requires in order to establish a connection with the flow.
|
| Modifier and Type | Method and Description |
|---|---|
List<DestinationConfiguration> |
MediaStreamOutputConfiguration.getDestinationConfigurations()
The transport parameters that are associated with each outbound media stream.
|
| Modifier and Type | Method and Description |
|---|---|
MediaStreamOutputConfiguration |
MediaStreamOutputConfiguration.withDestinationConfigurations(DestinationConfiguration... destinationConfigurations)
The transport parameters that are associated with each outbound media stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaStreamOutputConfiguration.setDestinationConfigurations(Collection<DestinationConfiguration> destinationConfigurations)
The transport parameters that are associated with each outbound media stream.
|
MediaStreamOutputConfiguration |
MediaStreamOutputConfiguration.withDestinationConfigurations(Collection<DestinationConfiguration> destinationConfigurations)
The transport parameters that are associated with each outbound media stream.
|
Copyright © 2021. All rights reserved.