Interface RemixSettings.Builder

    • Method Detail

      • channelMappings

        RemixSettings.Builder channelMappings​(Collection<AudioChannelMapping> channelMappings)
        Mapping of input channels to output channels, with appropriate gain adjustments.
        Parameters:
        channelMappings - Mapping of input channels to output channels, with appropriate gain adjustments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channelMappings

        RemixSettings.Builder channelMappings​(AudioChannelMapping... channelMappings)
        Mapping of input channels to output channels, with appropriate gain adjustments.
        Parameters:
        channelMappings - Mapping of input channels to output channels, with appropriate gain adjustments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channelsIn

        RemixSettings.Builder channelsIn​(Integer channelsIn)
        Number of input channels to be used.
        Parameters:
        channelsIn - Number of input channels to be used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channelsOut

        RemixSettings.Builder channelsOut​(Integer channelsOut)
        Number of output channels to be produced. Valid values: 1, 2, 4, 6, 8
        Parameters:
        channelsOut - Number of output channels to be produced. Valid values: 1, 2, 4, 6, 8
        Returns:
        Returns a reference to this object so that method calls can be chained together.