|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
com.iflytek.speech 接口 SynthesizerListener
- 所有超级接口:
- android.os.IInterface
- 所有已知实现类:
- SynthesizerListener.Stub
public interface SynthesizerListener
- extends android.os.IInterface
语音合成播放回调接口。
- 作者:
- iflytek
嵌套类摘要 | |
---|---|
static class |
SynthesizerListener.Stub
Local-side IPC implementation stub class. |
方法摘要 | |
---|---|
void |
onBufferProgress(int progress)
缓冲进度回调。 |
void |
onCompleted(int errorCode)
结束回调。 |
void |
onSpeakBegin()
开始播放回调。 |
void |
onSpeakPaused()
暂停回调。 |
void |
onSpeakProgress(int progress)
播放进度回调。 |
void |
onSpeakResumed()
重新播放回调。 |
从接口 android.os.IInterface 继承的方法 |
---|
asBinder |
方法详细信息 |
---|
onSpeakBegin
void onSpeakBegin() throws android.os.RemoteException
- 开始播放回调。
- 抛出:
android.os.RemoteException
onSpeakPaused
void onSpeakPaused() throws android.os.RemoteException
- 暂停回调。
- 抛出:
android.os.RemoteException
onSpeakResumed
void onSpeakResumed() throws android.os.RemoteException
- 重新播放回调。
- 抛出:
android.os.RemoteException
onCompleted
void onCompleted(int errorCode) throws android.os.RemoteException
- 结束回调。
- 参数:
errorCode
- 错误码,0表示成功,详细错误码请看ErrorCode
- 抛出:
android.os.RemoteException
onSpeakProgress
void onSpeakProgress(int progress) throws android.os.RemoteException
- 播放进度回调。
- 参数:
progress
- 播放进度,范围值:0-100- 抛出:
android.os.RemoteException
onBufferProgress
void onBufferProgress(int progress) throws android.os.RemoteException
- 缓冲进度回调。
- 参数:
progress
- 音频缓冲进度,范围值:0-100- 抛出:
android.os.RemoteException
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |