Module Values.OutputGroupSettingsSource

Output Group Settings

Sourcetype nonrec t = {
  1. archiveGroupSettings : ArchiveGroupSettings.t option;
  2. frameCaptureGroupSettings : FrameCaptureGroupSettings.t option;
  3. hlsGroupSettings : HlsGroupSettings.t option;
  4. mediaPackageGroupSettings : MediaPackageGroupSettings.t option;
  5. msSmoothGroupSettings : MsSmoothGroupSettings.t option;
  6. multiplexGroupSettings : MultiplexGroupSettings.t option;
  7. rtmpGroupSettings : RtmpGroupSettings.t option;
  8. udpGroupSettings : UdpGroupSettings.t option;
  9. cmafIngestGroupSettings : CmafIngestGroupSettings.t option;
  10. srtGroupSettings : SrtGroupSettings.t option;
  11. mediaConnectRouterGroupSettings : MediaConnectRouterGroupSettings.t option;
}
Sourceval make : ?archiveGroupSettings:??? -> ?frameCaptureGroupSettings:??? -> ?hlsGroupSettings:??? -> ?mediaPackageGroupSettings:??? -> ?msSmoothGroupSettings:??? -> ?multiplexGroupSettings:??? -> ?rtmpGroupSettings:??? -> ?udpGroupSettings:??? -> ?cmafIngestGroupSettings:??? -> ?srtGroupSettings:??? -> ?mediaConnectRouterGroupSettings:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Enum of string | `String of string | `Structure of (string * [> `Integer of int | `String of string | `Structure of (string * [> `String of string ]) list ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Integer of int | `String of string | `Structure of (string * [> `String of string ]) list ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `String of string ]) list ]) 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