Home > Back-end >  Consult the following Java code, how to implement in Delphi
Consult the following Java code, how to implement in Delphi

Time:09-21

Private SynthesizerListener mTtsListener=new SynthesizerListener. Stub () {
@ Override
Public void onBufferProgress (int) progress throws RemoteException {
The d (TAG, "onBufferProgress:" + progress);
//showTip (" onBufferProgress: "+ progress);
}
};
  • Related