Searched defs:nativeSourcePtr (Results 1 – 1 of 1) sorted by relevance
21 public NativeAudioSource(long nativeSourcePtr) { in NativeAudioSource()49 private native void initN(long nativeSourcePtr, int numFrames, int numChans); in initN()50 private native void resetN(long nativeSourcePtr); in resetN()51 private native void triggerN(long nativeSourcePtr); in triggerN()52 private native int pullN(long nativeSourcePtr, float[] audioData, int numFrames, int numChans); in pullN()