Module Values.NdiSourceSettingsSource

The settings for the NDI® source. This includes the exact name of the upstream NDI sender that you want to connect to your source.

Sourcetype nonrec t = {
  1. sourceName : String_.t option;
    (*

    The exact name of an existing NDI sender that's registered with your discovery server. If included, the format of this name must be MACHINENAME (ProgramName).

    *)
}
Sourceval make : ?sourceName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) 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