3import java.nio.ByteBuffer;
Zoom Video SDK audio raw data bean.
boolean canAddRef()
Determine if the reference count for the interface pointer can be increased.
void releaseRef()
Decrease reference count by 1.
int getSampleRate()
Get audio sample rate.
long getTimeStamp()
Get timestamp of the audio data.
int getChannelNum()
Get audio channel number.
ByteBuffer getBuffer()
Get audio buffer.
int getBufferLen()
Get buffer data length.
void addRef()
Increase reference count by 1.