Interface LiveConnectorRTMPConfiguration.Builder

  • Method Details

    • url

      The URL of the RTMP configuration.

      Parameters:
      url - The URL of the RTMP configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • audioChannels

      LiveConnectorRTMPConfiguration.Builder audioChannels(String audioChannels)

      The audio channels set for the RTMP configuration

      Parameters:
      audioChannels - The audio channels set for the RTMP configuration
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • audioChannels

      The audio channels set for the RTMP configuration

      Parameters:
      audioChannels - The audio channels set for the RTMP configuration
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • audioSampleRate

      LiveConnectorRTMPConfiguration.Builder audioSampleRate(String audioSampleRate)

      The audio sample rate set for the RTMP configuration. Default: 48000.

      Parameters:
      audioSampleRate - The audio sample rate set for the RTMP configuration. Default: 48000.
      Returns:
      Returns a reference to this object so that method calls can be chained together.