public class AVChatAudioFrame
extends java.lang.Object
构造器和说明 |
---|
AVChatAudioFrame(AudioFrame frame) |
限定符和类型 | 方法和说明 |
---|---|
int |
getBytesPerSample() |
int |
getChannels() |
java.nio.ByteBuffer |
getData() |
int |
getSampleRate() |
int |
getSamplesPerChannel() |
void |
setChannels(int channels) |
void |
setSamplesPerChannel(int samplesPerChannel) |
void |
setSamplesPerSec(int samplesPerSec) |
public java.nio.ByteBuffer getData()
public int getSamplesPerChannel()
public void setSamplesPerChannel(int samplesPerChannel)
public int getSampleRate()
public void setSamplesPerSec(int samplesPerSec)
public int getChannels()
public void setChannels(int channels)
public int getBytesPerSample()