Preset
public struct Preset : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) for the preset.
Declaration
Swift
public let arn: String?
-
A section of the response body that provides information about the audio preset values.
Declaration
Swift
public let audio: AudioParameters?
-
The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.
Declaration
Swift
public let container: String?
-
A description of the preset.
Declaration
Swift
public let description: String?
-
Identifier for the new preset. You use this value to get settings for the preset or to delete it.
Declaration
Swift
public let id: String?
-
The name of the preset.
Declaration
Swift
public let name: String?
-
A section of the response body that provides information about the thumbnail preset values, if any.
Declaration
Swift
public let thumbnails: Thumbnails?
-
Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).
Declaration
Swift
public let type: String?
-
A section of the response body that provides information about the video preset values.
Declaration
Swift
public let video: VideoParameters?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, audio: AudioParameters? = nil, container: String? = nil, description: String? = nil, id: String? = nil, name: String? = nil, thumbnails: Thumbnails? = nil, type: String? = nil, video: VideoParameters? = nil)