Interface LiveConnectorRTMPConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LiveConnectorRTMPConfiguration.Builder,LiveConnectorRTMPConfiguration>, SdkBuilder<LiveConnectorRTMPConfiguration.Builder,LiveConnectorRTMPConfiguration>, SdkPojo
Enclosing class:
LiveConnectorRTMPConfiguration

public static interface LiveConnectorRTMPConfiguration.Builder extends SdkPojo, CopyableBuilder<LiveConnectorRTMPConfiguration.Builder,LiveConnectorRTMPConfiguration>
  • 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.