ImageInserter
public struct ImageInserter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specify the images that you want to overlay on your video. The images must be PNG or TGA files.
Declaration
Swift
public let insertableImages: [InsertableImage]?
-
Undocumented
Declaration
Swift
public init(insertableImages: [InsertableImage]? = nil)
-
Declaration
Swift
public func validate(name: String) throws