SetSourceRequest

The settings for the source of the flow.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of encryption that is used on the content ingested from this source. Allowable encryption types: static-key.

Link copied to clipboard

A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.

Link copied to clipboard

The ARN of the entitlement that allows you to subscribe to this flow. The entitlement is set by the flow originator, and the ARN is generated as part of the originator's flow.

Link copied to clipboard

The source configuration for cloud flows receiving a stream from a bridge.

Link copied to clipboard

The port that the flow will be listening on for incoming content.

Link copied to clipboard

The smoothing max bitrate (in bps) for RIST, RTP, and RTP-FEC streams.

Link copied to clipboard

The maximum latency in milliseconds. This parameter applies only to RIST-based, Zixi-based, and Fujitsu-based streams.

Link copied to clipboard

The size of the buffer (in milliseconds) to use to sync incoming source data.

Link copied to clipboard

The media streams that are associated with the source, and the parameters for those associations.

Link copied to clipboard

The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.

Link copied to clipboard
val name: String?

The name of the source.

Link copied to clipboard

The protocol that is used by the source.

Link copied to clipboard

The port that the flow uses to send outbound requests to initiate connection with the sender.

Link copied to clipboard

The IP address that the flow communicates with to initiate connection with the sender.

Link copied to clipboard

Source IP or domain name for SRT-caller protocol.

Link copied to clipboard

Source port for SRT-caller protocol.

Link copied to clipboard

The stream ID that you want to use for this transport. This parameter applies only to Zixi and SRT caller-based streams.

Link copied to clipboard

The name of the VPC interface to use for this source.

Link copied to clipboard

The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

Functions

Link copied to clipboard
inline fun copy(block: SetSourceRequest.Builder.() -> Unit = {}): SetSourceRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String