Package 

Class PassThroughAudioRemixer

  • All Implemented Interfaces:
    com.otaliastudios.transcoder.internal.audio.remix.AudioRemixer

    
    public class PassThroughAudioRemixer
     implements AudioRemixer
                        

    The simplest AudioRemixer that does nothing.

    • Method Summary

      Modifier and Type Method Description
      void remix(@NonNull() ShortBuffer inputBuffer, @NonNull() ShortBuffer outputBuffer)
      int getRemixedSize(int inputSize)
      • Methods inherited from class com.otaliastudios.transcoder.internal.audio.remix.AudioRemixer

        getRemixedSize, remix
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait