3import java.nio.ByteBuffer;
5import us.zoom.internal.RTCConference;
26 this.channelNum = channel;
42 return RTCConference.getInstance().getAudioRawDataHelper().canAddRef(
nativeHandle);
49 RTCConference.getInstance().getAudioRawDataHelper().addRef(
nativeHandle);
56 int count =RTCConference.getInstance().getAudioRawDataHelper().releaseRef(
nativeHandle);
int getSampleRate()
Gets the audio sample rate.
void setBuffer(ByteBuffer buffer)
Sets the audio buffer.
void setBufferLen(int bufferLen)
Sets the buffer data length.
ByteBuffer getBuffer()
Gets the audio buffer.
void setChannelNum(int channelNum)
Sets the channel number.
ZoomSDKAudioRawData(ByteBuffer buffer, int bufferLen, int sampleRate, int channel, long timeStamp, long nativeHandle)
void setSampleRate(int sampleRate)
Sets the audio sample rate.
long getTimeStamp()
Gets the timestamp.
int getBufferLen()
Gets the buffer data length.
int getChannelNum()
Gets the channel number.