UdpGroupSettings
public struct UdpGroupSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies behavior of last resort when input video is lost, and no more backup inputs are available. When dropTs is selected the entire transport stream will stop being emitted. When dropProgram is selected the program can be dropped from the transport stream (and replaced with null packets to meet the TS bitrate requirement). Or, when emitProgram is chosen the transport stream will continue to be produced normally with repeat frames, black frames, or slate frames substituted for the absent input video.
Declaration
Swift
public let inputLossAction: InputLossActionForUdpOut?
-
Indicates ID3 frame that has the timecode.
Declaration
Swift
public let timedMetadataId3Frame: UdpTimedMetadataId3Frame?
-
Timed Metadata interval in seconds.
Declaration
Swift
public let timedMetadataId3Period: Int?
-
Undocumented
Declaration
Swift
public init(inputLossAction: InputLossActionForUdpOut? = nil, timedMetadataId3Frame: UdpTimedMetadataId3Frame? = nil, timedMetadataId3Period: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws