Module Values.VideoMonitoringSettingSource

Specifies the configuration for video stream metrics monitoring.

Sourcetype nonrec t = {
  1. blackFrames : BlackFrames.t option;
    (*

    Detects video frames that are black.

    *)
  2. frozenFrames : FrozenFrames.t option;
    (*

    Detects video frames that have not changed.

    *)
}
Sourceval make : ?blackFrames:??? -> ?frozenFrames:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of Integer.t ]) 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