SetSourceRequest class

The settings for the source of the flow.

Constructors

SetSourceRequest({Encryption? decryption, String? description, String? entitlementArn, int? ingestPort, int? maxBitrate, int? maxLatency, String? name, Protocol? protocol, String? streamId, String? vpcInterfaceName, String? whitelistCidr})

Properties

decryption Encryption?
The type of encryption that is used on the content ingested from this source.
final
description String?
A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.
final
entitlementArn String?
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.
final
hashCode int
The hash code for this object.
no setterinherited
ingestPort int?
The port that the flow will be listening on for incoming content.
final
maxBitrate int?
The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
final
maxLatency int?
The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
final
name String?
The name of the source.
final
protocol Protocol?
The protocol that is used by the source.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamId String?
The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
final
vpcInterfaceName String?
The name of the VPC interface to use for this source.
final
whitelistCidr String?
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.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited