Module Values.UdpGroupSettingsSource

Udp Group Settings

Sourcetype nonrec t = {
  1. inputLossAction : InputLossActionForUdpOut.t option;
    (*

    Specifies behavior of last resort when input video is lost, and no more backup inputs are available. When dropTs is selected the entire transport stream will stop being emitted. When dropProgram is selected the program can be dropped from the transport stream (and replaced with null packets to meet the TS bitrate requirement). Or, when emitProgram is chosen the transport stream will continue to be produced normally with repeat frames, black frames, or slate frames substituted for the absent input video.

    *)
  2. timedMetadataId3Frame : UdpTimedMetadataId3Frame.t option;
    (*

    Indicates ID3 frame that has the timecode.

    *)
  3. timedMetadataId3Period : int option;
    (*

    Timed Metadata interval in seconds.

    *)
}
Sourceval make : ?inputLossAction:??? -> ?timedMetadataId3Frame:??? -> ?timedMetadataId3Period:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of int ]) 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