Values.NdiConfigSourceSpecifies the configuration settings for NDI sources and outputs.
type nonrec t = {ndiState : NdiState.t option;A setting that controls whether NDI® sources or outputs can be used in the flow. The default value is DISABLED. This value must be set as ENABLED for your flow to support NDI sources or outputs.
*)machineName : String_.t option;A prefix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect generates a unique 12-character ID as the prefix.
*)ndiDiscoveryServers : NdiDiscoveryServerConfig.t list option;A list of up to three NDI discovery server configurations. While not required by the API, this configuration is necessary for NDI functionality to work properly.
*)}