Class LJ_GDX.AudioRecorder_AF.LIP

java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX.AudioRecorder_AF.LIP
All Implemented Interfaces:
com.badlogic.gdx.audio.AudioRecorder, com.badlogic.gdx.utils.Disposable, com.esotericsoftware.kryo.KryoSerializable
Enclosing class:
LJ_GDX.AudioRecorder_AF

public static class LJ_GDX.AudioRecorder_AF.LIP extends InterfaceProxy implements com.badlogic.gdx.audio.AudioRecorder
  • Method Details

    • dispose

      public void dispose()
      Description copied from interface: com.badlogic.gdx.audio.AudioRecorder
      Disposes the AudioRecorder
      Specified by:
      dispose in interface com.badlogic.gdx.audio.AudioRecorder
      Specified by:
      dispose in interface com.badlogic.gdx.utils.Disposable
    • read

      public void read(short[] p1, int p2, int p3)
      Description copied from interface: com.badlogic.gdx.audio.AudioRecorder
      Reads in numSamples samples into the array samples starting at offset. If the recorder is in stereo you have to multiply numSamples by 2.
      Specified by:
      read in interface com.badlogic.gdx.audio.AudioRecorder
      Parameters:
      p1 - the array to write the samples to
      p2 - the offset into the array
      p3 - the number of samples to be read