Transport
public struct Transport : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
Declaration
Swift
public let cidrAllowList: [String]?
-
The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
Declaration
Swift
public let maxBitrate: Int?
-
The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
Declaration
Swift
public let maxLatency: Int?
-
The protocol that is used by the source or output.
Declaration
Swift
public let `protocol`: Protocol
-
The remote ID for the Zixi-pull stream.
Declaration
Swift
public let remoteId: String?
-
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
Declaration
Swift
public let smoothingLatency: Int?
-
The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.
Declaration
Swift
public let streamId: String?
-
Undocumented
Declaration
Swift
public init(cidrAllowList: [String]? = nil, maxBitrate: Int? = nil, maxLatency: Int? = nil, protocol: Protocol, remoteId: String? = nil, smoothingLatency: Int? = nil, streamId: String? = nil)