Interface RtpRouterOutputConfiguration.Builder

  • Method Details

    • destinationAddress

      RtpRouterOutputConfiguration.Builder destinationAddress(String destinationAddress)

      The destination IP address for the RTP protocol in the router output configuration.

      Parameters:
      destinationAddress - The destination IP address for the RTP protocol in the router output configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destinationPort

      RtpRouterOutputConfiguration.Builder destinationPort(Integer destinationPort)

      The destination port number for the RTP protocol in the router output configuration.

      Parameters:
      destinationPort - The destination port number for the RTP protocol in the router output configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • forwardErrorCorrection

      RtpRouterOutputConfiguration.Builder forwardErrorCorrection(String forwardErrorCorrection)

      The state of forward error correction for the RTP protocol in the router output configuration.

      Parameters:
      forwardErrorCorrection - The state of forward error correction for the RTP protocol in the router output configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • forwardErrorCorrection

      RtpRouterOutputConfiguration.Builder forwardErrorCorrection(ForwardErrorCorrectionState forwardErrorCorrection)

      The state of forward error correction for the RTP protocol in the router output configuration.

      Parameters:
      forwardErrorCorrection - The state of forward error correction for the RTP protocol in the router output configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: