EmbeddedSourceSettings
public struct EmbeddedSourceSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If upconvert, 608 data is both passed through via the “608 compatibility bytes” fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded.
Declaration
Swift
public let convert608To708: EmbeddedConvert608To708?
-
Set to “auto” to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.
Declaration
Swift
public let scte20Detection: EmbeddedScte20Detection?
-
Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.
Declaration
Swift
public let source608ChannelNumber: Int?
-
This field is unused and deprecated.
Declaration
Swift
public let source608TrackNumber: Int?
-
Undocumented
Declaration
Swift
public init(convert608To708: EmbeddedConvert608To708? = nil, scte20Detection: EmbeddedScte20Detection? = nil, source608ChannelNumber: Int? = nil, source608TrackNumber: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws