MultiplexProgram
public struct MultiplexProgram : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The MediaLive channel associated with the program.
Declaration
Swift
public let channelId: String? -
The settings for this multiplex program.
Declaration
Swift
public let multiplexProgramSettings: MultiplexProgramSettings? -
The packet identifier map for this multiplex program.
Declaration
Swift
public let packetIdentifiersMap: MultiplexProgramPacketIdentifiersMap? -
The name of the multiplex program.
Declaration
Swift
public let programName: String? -
Undocumented
Declaration
Swift
public init(channelId: String? = nil, multiplexProgramSettings: MultiplexProgramSettings? = nil, packetIdentifiersMap: MultiplexProgramPacketIdentifiersMap? = nil, programName: String? = nil)
View on GitHub
MultiplexProgram Structure Reference