Interface NdiDiscoveryServerConfig.Builder

  • Method Details

    • discoveryServerAddress

      NdiDiscoveryServerConfig.Builder discoveryServerAddress(String discoveryServerAddress)

      The unique network address of the NDI discovery server.

      Parameters:
      discoveryServerAddress - The unique network address of the NDI discovery server.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • discoveryServerPort

      NdiDiscoveryServerConfig.Builder discoveryServerPort(Integer discoveryServerPort)

      The port for the NDI discovery server. Defaults to 5959 if a custom port isn't specified.

      Parameters:
      discoveryServerPort - The port for the NDI discovery server. Defaults to 5959 if a custom port isn't specified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcInterfaceAdapter

      NdiDiscoveryServerConfig.Builder vpcInterfaceAdapter(String vpcInterfaceAdapter)

      The identifier for the Virtual Private Cloud (VPC) network interface used by the flow.

      Parameters:
      vpcInterfaceAdapter - The identifier for the Virtual Private Cloud (VPC) network interface used by the flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.