| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect |
API for AWS Elemental MediaConnect
|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateFlowSourceResult> |
AWSMediaConnectAsyncClient.updateFlowSourceAsync(UpdateFlowSourceRequest request,
AsyncHandler<UpdateFlowSourceRequest,UpdateFlowSourceResult> asyncHandler) |
Future<UpdateFlowSourceResult> |
AWSMediaConnectAsync.updateFlowSourceAsync(UpdateFlowSourceRequest updateFlowSourceRequest,
AsyncHandler<UpdateFlowSourceRequest,UpdateFlowSourceResult> asyncHandler)
Updates the source of a flow.
|
Future<UpdateFlowSourceResult> |
AbstractAWSMediaConnectAsync.updateFlowSourceAsync(UpdateFlowSourceRequest request,
AsyncHandler<UpdateFlowSourceRequest,UpdateFlowSourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.clone() |
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withDecryption(UpdateEncryption decryption)
The type of encryption used on the content ingested from this source.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withDescription(String description)
A description for the source.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withEntitlementArn(String entitlementArn)
The ARN of the entitlement that allows you to subscribe to this flow.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withFlowArn(String flowArn)
The flow that is associated with the source that you want to update.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withGatewayBridgeSource(UpdateGatewayBridgeSourceRequest gatewayBridgeSource)
The source configuration for cloud flows receiving a stream from a bridge.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withIngestPort(Integer ingestPort)
The port that the flow will be listening on for incoming content.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withMaxBitrate(Integer maxBitrate)
The smoothing max bitrate (in bps) for RIST, RTP, and RTP-FEC streams.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withMaxLatency(Integer maxLatency)
The maximum latency in milliseconds.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withMaxSyncBuffer(Integer maxSyncBuffer)
The size of the buffer (in milliseconds) to use to sync incoming source data.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withMediaStreamSourceConfigurations(Collection<MediaStreamSourceConfigurationRequest> mediaStreamSourceConfigurations)
The media streams that are associated with the source, and the parameters for those associations.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withMediaStreamSourceConfigurations(MediaStreamSourceConfigurationRequest... mediaStreamSourceConfigurations)
The media streams that are associated with the source, and the parameters for those associations.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withMinLatency(Integer minLatency)
The minimum latency in milliseconds for SRT-based streams.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withProtocol(Protocol protocol)
The protocol that is used by the source.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withProtocol(String protocol)
The protocol that is used by the source.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withSenderControlPort(Integer senderControlPort)
The port that the flow uses to send outbound requests to initiate connection with the sender.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withSenderIpAddress(String senderIpAddress)
The IP address that the flow communicates with to initiate connection with the sender.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withSourceArn(String sourceArn)
The ARN of the source that you want to update.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withSourceListenerAddress(String sourceListenerAddress)
Source IP or domain name for SRT-caller protocol.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withSourceListenerPort(Integer sourceListenerPort)
Source port for SRT-caller protocol.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withStreamId(String streamId)
The stream ID that you want to use for this transport.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withVpcInterfaceName(String vpcInterfaceName)
The name of the VPC interface to use for this source.
|
UpdateFlowSourceRequest |
UpdateFlowSourceRequest.withWhitelistCidr(String whitelistCidr)
The range of IP addresses that should be allowed to contribute content to your source.
|
Copyright © 2024. All rights reserved.