Class AACAudioOutput


  • public class AACAudioOutput
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AACAudioOutput()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.sheinbergon.aac.encoder.AACAudioOutput.Accumulator accumulator()
      Return an AACAudioOutput.Accumulator instance, used to retain encoded AAC audio bytes across various call to the library encode endpoint.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AACAudioOutput

        public AACAudioOutput()
    • Method Detail

      • accumulator

        @Nonnull
        public static org.sheinbergon.aac.encoder.AACAudioOutput.Accumulator accumulator()
        Return an AACAudioOutput.Accumulator instance, used to retain encoded AAC audio bytes across various call to the library encode endpoint.
        Returns:
        the accumulator instance.