Module Values.FrameCaptureGroupSettingsSource

Frame Capture Group Settings

Sourcetype nonrec t = {
  1. destination : OutputLocationRef.t;
    (*

    The destination for the frame capture files. Either the URI for an Amazon S3 bucket and object, plus a file name prefix (for example, s3ssl://sportsDelivery/highlights/20180820/curling-) or the URI for a MediaStore container, plus a file name prefix (for example, mediastoressl://sportsDelivery/20180820/curling-). The final file names consist of the prefix from the destination field (for example, "curling-") + name modifier + the counter (5 digits, starting from 00001) + extension (which is always .jpg). For example, curling-low.00001.jpg

    *)
  2. frameCaptureCdnSettings : FrameCaptureCdnSettings.t option;
    (*

    Parameters that control interactions with the CDN.

    *)
}
Sourceval context_ : string
Sourceval make : ?frameCaptureCdnSettings:??? -> destination:OutputLocationRef.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of string | `Structure of (string * [> `Enum of string ]) list ]) list ]) 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