Module Values.InputSdpLocationSource

The location of the SDP file for one of the SMPTE 2110 streams in a receiver group.

Sourcetype nonrec t = {
  1. mediaIndex : int option;
    (*

    The index of the media stream in the SDP file for one SMPTE 2110 stream.

    *)
  2. sdpUrl : string option;
    (*

    The URL of the SDP file for one SMPTE 2110 stream.

    *)
}
Sourceval make : ?mediaIndex:??? -> ?sdpUrl:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of int | `String of string ]) 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