| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
SetSourceRequest |
SetSourceRequest.clone() |
SetSourceRequest |
CreateFlowRequest.getSource() |
SetSourceRequest |
SetSourceRequest.withDecryption(Encryption decryption)
The type of encryption that is used on the content ingested from this source.
|
SetSourceRequest |
SetSourceRequest.withDescription(String description)
A description for the source.
|
SetSourceRequest |
SetSourceRequest.withEntitlementArn(String entitlementArn)
The ARN of the entitlement that allows you to subscribe to this flow.
|
SetSourceRequest |
SetSourceRequest.withIngestPort(Integer ingestPort)
The port that the flow will be listening on for incoming content.
|
SetSourceRequest |
SetSourceRequest.withMaxBitrate(Integer maxBitrate)
The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
|
SetSourceRequest |
SetSourceRequest.withMaxLatency(Integer maxLatency)
The maximum latency in milliseconds.
|
SetSourceRequest |
SetSourceRequest.withMaxSyncBuffer(Integer maxSyncBuffer)
The size of the buffer (in milliseconds) to use to sync incoming source data.
|
SetSourceRequest |
SetSourceRequest.withMediaStreamSourceConfigurations(Collection<MediaStreamSourceConfigurationRequest> mediaStreamSourceConfigurations)
The media streams that are associated with the source, and the parameters for those associations.
|
SetSourceRequest |
SetSourceRequest.withMediaStreamSourceConfigurations(MediaStreamSourceConfigurationRequest... mediaStreamSourceConfigurations)
The media streams that are associated with the source, and the parameters for those associations.
|
SetSourceRequest |
SetSourceRequest.withMinLatency(Integer minLatency)
The minimum latency in milliseconds for SRT-based streams.
|
SetSourceRequest |
SetSourceRequest.withName(String name)
The name of the source.
|
SetSourceRequest |
SetSourceRequest.withProtocol(Protocol protocol)
The protocol that is used by the source.
|
SetSourceRequest |
SetSourceRequest.withProtocol(String protocol)
The protocol that is used by the source.
|
SetSourceRequest |
SetSourceRequest.withSenderControlPort(Integer senderControlPort)
The port that the flow uses to send outbound requests to initiate connection with the sender.
|
SetSourceRequest |
SetSourceRequest.withSenderIpAddress(String senderIpAddress)
The IP address that the flow communicates with to initiate connection with the sender.
|
SetSourceRequest |
SetSourceRequest.withSourceListenerAddress(String sourceListenerAddress)
Source IP or domain name for SRT-caller protocol.
|
SetSourceRequest |
SetSourceRequest.withSourceListenerPort(Integer sourceListenerPort)
Source port for SRT-caller protocol.
|
SetSourceRequest |
SetSourceRequest.withStreamId(String streamId)
The stream ID that you want to use for this transport.
|
SetSourceRequest |
SetSourceRequest.withVpcInterfaceName(String vpcInterfaceName)
The name of the VPC interface to use for this source.
|
SetSourceRequest |
SetSourceRequest.withWhitelistCidr(String whitelistCidr)
The range of IP addresses that should be allowed to contribute content to your source.
|
| Modifier and Type | Method and Description |
|---|---|
List<SetSourceRequest> |
CreateFlowRequest.getSources() |
List<SetSourceRequest> |
AddFlowSourcesRequest.getSources()
A list of sources that you want to add.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFlowRequest.setSource(SetSourceRequest source) |
CreateFlowRequest |
CreateFlowRequest.withSource(SetSourceRequest source) |
CreateFlowRequest |
CreateFlowRequest.withSources(SetSourceRequest... sources)
NOTE: This method appends the values to the existing list (if any).
|
AddFlowSourcesRequest |
AddFlowSourcesRequest.withSources(SetSourceRequest... sources)
A list of sources that you want to add.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFlowRequest.setSources(Collection<SetSourceRequest> sources) |
void |
AddFlowSourcesRequest.setSources(Collection<SetSourceRequest> sources)
A list of sources that you want to add.
|
CreateFlowRequest |
CreateFlowRequest.withSources(Collection<SetSourceRequest> sources) |
AddFlowSourcesRequest |
AddFlowSourcesRequest.withSources(Collection<SetSourceRequest> sources)
A list of sources that you want to add.
|
Copyright © 2022. All rights reserved.