public class Filer extends java.lang.Object implements java.lang.Runnable, Supporter.AmrConsumer, Supporter.OnOffSwitcher
| 构造器和说明 |
|---|
Filer() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
nextSlice() |
void |
onAmrFeed(byte[] buffer,
int length) |
void |
run() |
void |
setFileConsumer(Supporter.FileConsumer fileConsumer) |
void |
start() |
void |
stop() |
public void onAmrFeed(byte[] buffer,
int length)
onAmrFeed 在接口中 Supporter.AmrConsumerpublic void nextSlice()
public void start()
start 在接口中 Supporter.OnOffSwitcherpublic void stop()
stop 在接口中 Supporter.OnOffSwitcherpublic void run()
run 在接口中 java.lang.Runnablepublic void setFileConsumer(Supporter.FileConsumer fileConsumer)