CreatePresetRequest
public struct CreatePresetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A section of the request body that specifies the audio parameters.
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?
-
The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Declaration
Swift
public let name: String
-
A section of the request body that specifies the thumbnail parameters, if any.
Declaration
Swift
public let thumbnails: Thumbnails?
-
A section of the request body that specifies the video parameters.
Declaration
Swift
public let video: VideoParameters?
-
Undocumented
Declaration
Swift
public init(audio: AudioParameters? = nil, container: String, description: String? = nil, name: String, thumbnails: Thumbnails? = nil, video: VideoParameters? = nil)
-
Declaration
Swift
public func validate(name: String) throws