Output
public struct Output : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The names of the AudioDescriptions used as audio sources for this output.
Declaration
Swift
public let audioDescriptionNames: [String]? -
The names of the CaptionDescriptions used as caption sources for this output.
Declaration
Swift
public let captionDescriptionNames: [String]? -
The name used to identify an output.
Declaration
Swift
public let outputName: String? -
Output type-specific settings.
Declaration
Swift
public let outputSettings: OutputSettings -
The name of the VideoDescription used as the source for this output.
Declaration
Swift
public let videoDescriptionName: String? -
Undocumented
Declaration
Swift
public init(audioDescriptionNames: [String]? = nil, captionDescriptionNames: [String]? = nil, outputName: String? = nil, outputSettings: OutputSettings, videoDescriptionName: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
Output Structure Reference