Module Values.MotionGraphicsActivateScheduleActionSettingsSource

Settings to specify the rendering of motion graphics into the video stream.

Sourcetype nonrec t = {
  1. duration : Awso.Import.Int64.t option;
    (*

    Duration (in milliseconds) that motion graphics should render on to the video stream. Leaving out this property or setting to 0 will result in rendering continuing until a deactivate action is processed.

    *)
  2. passwordParam : string option;
    (*

    Key used to extract the password from EC2 Parameter store

    *)
  3. url : string option;
    (*

    URI of the HTML5 content to be rendered into the live stream.

    *)
  4. username : string option;
    (*

    Documentation update needed

    *)
}
Sourceval make : ?duration:??? -> ?passwordParam:??? -> ?url:??? -> ?username:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of Awso.Import.Int64.t | `String of string ]) 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