AncillarySourceSettings
public struct AncillarySourceSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you choose Upconvert (UPCONVERT), MediaConvert includes the captions data in two ways: it passes the 608 data through using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data into 708.
Declaration
Swift
public let convert608To708: AncillaryConvert608To708?
-
Specifies the 608 channel number in the ancillary data track from which to extract captions. Unused for passthrough.
Declaration
Swift
public let sourceAncillaryChannelNumber: Int?
-
By default, the service terminates any unterminated captions at the end of each input. If you want the caption to continue onto your next input, disable this setting.
Declaration
Swift
public let terminateCaptions: AncillaryTerminateCaptions?
-
Undocumented
Declaration
Swift
public init(convert608To708: AncillaryConvert608To708? = nil, sourceAncillaryChannelNumber: Int? = nil, terminateCaptions: AncillaryTerminateCaptions? = nil)
-
Declaration
Swift
public func validate(name: String) throws