Interface AudioChannelMapping.Builder

    • Method Detail

      • inputChannelLevels

        AudioChannelMapping.Builder inputChannelLevels​(Collection<InputChannelLevel> inputChannelLevels)
        Indices and gain values for each input channel that should be remixed into this output channel.
        Parameters:
        inputChannelLevels - Indices and gain values for each input channel that should be remixed into this output channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputChannelLevels

        AudioChannelMapping.Builder inputChannelLevels​(InputChannelLevel... inputChannelLevels)
        Indices and gain values for each input channel that should be remixed into this output channel.
        Parameters:
        inputChannelLevels - Indices and gain values for each input channel that should be remixed into this output channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputChannel

        AudioChannelMapping.Builder outputChannel​(Integer outputChannel)
        The index of the output channel being produced.
        Parameters:
        outputChannel - The index of the output channel being produced.
        Returns:
        Returns a reference to this object so that method calls can be chained together.