MultiplexProgramChannelDestinationSettings
public struct MultiplexProgramChannelDestinationSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the Multiplex that the encoder is providing output to. You do not need to specify the individual inputs to the Multiplex; MediaLive will handle the connection of the two MediaLive pipelines to the two Multiplex instances. The Multiplex must be in the same region as the Channel.
Declaration
Swift
public let multiplexId: String?
-
The program name of the Multiplex program that the encoder is providing output to.
Declaration
Swift
public let programName: String?
-
Undocumented
Declaration
Swift
public init(multiplexId: String? = nil, programName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws