public interface INRms
| Modifier and Type | Method and Description |
|---|---|
void |
feed(byte[] chanel0,
byte[] chanel1,
byte[] chanel2,
byte[] chanel3)
feed 音频
|
void |
init(int frameNum)
初始化
|
float |
optDms(int index)
获取当前音量最大值通道值
|
void |
release()
销毁
|
void |
start()
启动
|
void |
stop()
停止
|
void init(int frameNum)
frameNum - 帧数void start()
void feed(byte[] chanel0,
byte[] chanel1,
byte[] chanel2,
byte[] chanel3)
chanel0 - 1通道音频chanel1 - 2通道音频chanel2 - 3通道音频chanel3 - 4通道音频void stop()
void release()
float optDms(int index)
index - 通信信息