Home > Back-end >  The following function definition to Delphi, thank you
The following function definition to Delphi, thank you

Time:10-23

 ERRCODE TTSAPI jTTSSessionGetDataEx (DWORD dwSessionID, int nIndex, unsigned char * * ppVoiceData, dwords * pdwLen, int nReserveLen); 

CodePudding user response:

Funciton
ERRCODE TTSAPI jTTSSessionGetDataEx (dwSessionID: DWORD,
NIndex: integer,
Var ppVoiceData: BYTE//this uncertain whether that is written
, var pdwLen dwords.
NReserveLen: integer);

CodePudding user response:

 jTTSSessionGetDataEx (dwSessionID: dwords. 
NIndex: Integer;
PpVoiceData: PPChar;
PdwLen: PDWORD;
NReserveLen: integer) : ERRCODE; TTSAPI;
  • Related