Package com.prineside.luaj.mapping.parts
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 Summary
Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write 
- 
Method Details
- 
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.audio.AudioRecorderDisposes the AudioRecorder- Specified by:
 disposein interfacecom.badlogic.gdx.audio.AudioRecorder- Specified by:
 disposein interfacecom.badlogic.gdx.utils.Disposable
 - 
read
public void read(short[] p1, int p2, int p3) Description copied from interface:com.badlogic.gdx.audio.AudioRecorderReads 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:
 readin interfacecom.badlogic.gdx.audio.AudioRecorder- Parameters:
 p1- the array to write the samples top2- the offset into the arrayp3- the number of samples to be read
 
 -