ISpeechSynthesizer.Stub

Xunfei Voice+



com.iflytek.speech.aidl 类 ISpeechSynthesizer.Stub

java.lang.Object
  继承者 android.os.Binder
      继承者 com.iflytek.speech.aidl.ISpeechSynthesizer.Stub
所有已实现的接口:
android.os.IBinder, android.os.IInterface, ISpeechSynthesizer
正在封闭接口:
ISpeechSynthesizer

public abstract static class ISpeechSynthesizer.Stub
extends android.os.Binder
implements ISpeechSynthesizer

Local-side IPC implementation stub class.


嵌套类摘要
 
从接口 com.iflytek.speech.aidl.ISpeechSynthesizer 继承的嵌套类/接口
ISpeechSynthesizer.Stub
 
从接口 android.os.IBinder 继承的嵌套类/接口
android.os.IBinder.DeathRecipient
 
字段摘要
 
从接口 android.os.IBinder 继承的字段
DUMP_TRANSACTION, FIRST_CALL_TRANSACTION, FLAG_ONEWAY, INTERFACE_TRANSACTION, LAST_CALL_TRANSACTION, PING_TRANSACTION
 
构造方法摘要
ISpeechSynthesizer.Stub()
          Construct the stub at attach it to the interface.
 
方法摘要
 android.os.IBinder asBinder()
           
static ISpeechSynthesizer asInterface(android.os.IBinder obj)
          Cast an IBinder object into an com.iflytek.speech.aidl.ISpeechSynthesizer interface, generating a proxy if needed.
 boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int flags)
           
 
从类 android.os.Binder 继承的方法
attachInterface, clearCallingIdentity, dump, flushPendingCommands, getCallingPid, getCallingUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, transact, unlinkToDeath
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 com.iflytek.speech.aidl.ISpeechSynthesizer 继承的方法
getLocalSpeakerList, isSpeaking, pauseSpeaking, resumeSpeaking, startSpeaking, stopSpeaking, synthesizeToUrl
 

构造方法详细信息

ISpeechSynthesizer.Stub

public ISpeechSynthesizer.Stub()
Construct the stub at attach it to the interface.

方法详细信息

asInterface

public static ISpeechSynthesizer asInterface(android.os.IBinder obj)
Cast an IBinder object into an com.iflytek.speech.aidl.ISpeechSynthesizer interface, generating a proxy if needed.


asBinder

public android.os.IBinder asBinder()
指定者:
接口 android.os.IInterface 中的 asBinder

onTransact

public boolean onTransact(int code,
                          android.os.Parcel data,
                          android.os.Parcel reply,
                          int flags)
                   throws android.os.RemoteException
覆盖:
android.os.Binder 中的 onTransact
抛出:
android.os.RemoteException