Scte20SourceSettings
public struct Scte20SourceSettings : 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: Scte20Convert608To708?
-
Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.
Declaration
Swift
public let source608ChannelNumber: Int?
-
Undocumented
Declaration
Swift
public init(convert608To708: Scte20Convert608To708? = nil, source608ChannelNumber: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws