Interface AudioFeedInput.Builder

  • Method Details

    • audioSelectorName

      AudioFeedInput.Builder audioSelectorName(String audioSelectorName)
      The name of the audio selector in the channel that will be sent to the Elemental Inference feed input.
      Parameters:
      audioSelectorName - The name of the audio selector in the channel that will be sent to the Elemental Inference feed input.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • feedInput

      AudioFeedInput.Builder feedInput(String feedInput)
      The name of the feed input on the Elemental Inference feed that will receive the audio from the specified audio selector.
      Parameters:
      feedInput - The name of the feed input on the Elemental Inference feed that will receive the audio from the specified audio selector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.