MotionImageInsertionOffset

public struct MotionImageInsertionOffset : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Set the distance, in pixels, between the overlay and the left edge of the video frame.

    Declaration

    Swift

    public let imageX: Int?
  • Set the distance, in pixels, between the overlay and the top edge of the video frame.

    Declaration

    Swift

    public let imageY: Int?
  • Undocumented

    Declaration

    Swift

    public init(imageX: Int? = nil, imageY: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws