Module Values.MotionImageInsertionOffsetSource

Specify the offset between the upper-left corner of the video frame and the top left corner of the overlay.

Sourcetype nonrec t = {
  1. imageX : int option;
    (*

    Set the distance, in pixels, between the overlay and the left edge of the video frame.

    *)
  2. imageY : int option;
    (*

    Set the distance, in pixels, between the overlay and the top edge of the video frame.

    *)
}
Sourceval make : ?imageX:??? -> ?imageY:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of int ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t