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.AudioRecorder
Disposes the AudioRecorder- Specified by:
dispose
in interfacecom.badlogic.gdx.audio.AudioRecorder
- Specified by:
dispose
in interfacecom.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 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
-