Uses of Class
com.metaio.sdk.jni.ByteBuffer

Packages that use ByteBuffer
com.metaio.sdk   
com.metaio.sdk.jni   
 

Uses of ByteBuffer in com.metaio.sdk
 

Methods in com.metaio.sdk with parameters of type ByteBuffer
 void AudioRenderer.onAudioSample(ByteBuffer soundBuffer)
           
 

Uses of ByteBuffer in com.metaio.sdk.jni
 

Methods in com.metaio.sdk.jni with parameters of type ByteBuffer
static long ByteBuffer.getCPtr(ByteBuffer obj)
           
 void IAudioCallback.onAudioSample(ByteBuffer soundBuffer)
           
 

Constructors in com.metaio.sdk.jni with parameters of type ByteBuffer
ByteBuffer(ByteBuffer other)