CaptionSourceSettings
public struct CaptionSourceSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Settings for ancillary captions source.
Declaration
Swift
public let ancillarySourceSettings: AncillarySourceSettings?
-
DVB Sub Source Settings
Declaration
Swift
public let dvbSubSourceSettings: DvbSubSourceSettings?
-
Settings for embedded captions Source
Declaration
Swift
public let embeddedSourceSettings: EmbeddedSourceSettings?
-
If your input captions are SCC, SMI, SRT, STL, TTML, or IMSC 1.1 in an xml file, specify the URI of the input caption source file. If your caption source is IMSC in an IMF package, use TrackSourceSettings instead of FileSoureSettings.
Declaration
Swift
public let fileSourceSettings: FileSourceSettings?
-
Use Source (SourceType) to identify the format of your input captions. The service cannot auto-detect caption format.
Declaration
Swift
public let sourceType: CaptionSourceType?
-
Settings specific to Teletext caption sources, including Page number.
Declaration
Swift
public let teletextSourceSettings: TeletextSourceSettings?
-
Settings specific to caption sources that are specified by track number. Currently, this is only IMSC captions in an IMF package. If your caption source is IMSC 1.1 in a separate xml file, use FileSourceSettings instead of TrackSourceSettings.
Declaration
Swift
public let trackSourceSettings: TrackSourceSettings?
-
init(ancillarySourceSettings:dvbSubSourceSettings:embeddedSourceSettings:fileSourceSettings:sourceType:teletextSourceSettings:trackSourceSettings:)
Undocumented
Declaration
Swift
public init(ancillarySourceSettings: AncillarySourceSettings? = nil, dvbSubSourceSettings: DvbSubSourceSettings? = nil, embeddedSourceSettings: EmbeddedSourceSettings? = nil, fileSourceSettings: FileSourceSettings? = nil, sourceType: CaptionSourceType? = nil, teletextSourceSettings: TeletextSourceSettings? = nil, trackSourceSettings: TrackSourceSettings? = nil)
-
Declaration
Swift
public func validate(name: String) throws