PresetSettings
public struct PresetSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
(AudioDescriptions) contains groups of audio encoding settings organized by audio codec. Include one instance of (AudioDescriptions) per output. (AudioDescriptions) can contain multiple groups of encoding settings.
Declaration
Swift
public let audioDescriptions: [AudioDescription]?
-
Caption settings for this preset. There can be multiple caption settings in a single output.
Declaration
Swift
public let captionDescriptions: [CaptionDescriptionPreset]?
-
Container specific settings.
Declaration
Swift
public let containerSettings: ContainerSettings?
-
(VideoDescription) contains a group of video encoding settings. The specific video settings depend on the video codec that you choose when you specify a value for Video codec (codec). Include one instance of (VideoDescription) per output.
Declaration
Swift
public let videoDescription: VideoDescription?
-
Undocumented
Declaration
Swift
public init(audioDescriptions: [AudioDescription]? = nil, captionDescriptions: [CaptionDescriptionPreset]? = nil, containerSettings: ContainerSettings? = nil, videoDescription: VideoDescription? = nil)
-
Declaration
Swift
public func validate(name: String) throws