Flow Ndi Config
data class FlowNdiConfig(val machineName: String? = null, val ndiDiscoveryServers: List<FlowNdiDiscoveryServerConfig>? = null, val ndiState: FlowNdiConfigNdiState? = null)
Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs.
Constructors
Link copied to clipboard
constructor(machineName: String? = null, ndiDiscoveryServers: List<FlowNdiDiscoveryServerConfig>? = null, ndiState: FlowNdiConfigNdiState? = null)
Properties
Link copied to clipboard
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.
Link copied to clipboard
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.
Link copied to clipboard
A setting that controls whether NDI outputs can be used in the flow. Must be ENABLED to add NDI outputs. Default is DISABLED.