Module Values.MonitoringConfigSource

The settings for source monitoring.

Sourcetype nonrec t = {
  1. thumbnailState : ThumbnailState.t option;
    (*

    Indicates whether thumbnails are enabled or disabled.

    *)
  2. audioMonitoringSettings : AudioMonitoringSetting.t list option;
    (*

    Contains the settings for audio stream metrics monitoring.

    *)
  3. contentQualityAnalysisState : ContentQualityAnalysisState.t option;
    (*

    Indicates whether content quality analysis is enabled or disabled.

    *)
  4. videoMonitoringSettings : VideoMonitoringSetting.t list option;
    (*

    Contains the settings for video stream metrics monitoring.

    *)
}
Sourceval make : ?thumbnailState:??? -> ?audioMonitoringSettings:??? -> ?contentQualityAnalysisState:??? -> ?videoMonitoringSettings:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of Integer.t ]) list ]) 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