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