Go to the source code of this file.
|
typedef int(* | ivw_ntf_handler) (const char *sessionID, int msg, int param1, int param2, const void *info, void *userData) |
|
typedef int(MSPAPI * | Proc_QIVWAudioWrite) (const char *sessionID, const void *audioData, unsigned int audioLen, int audioStatus) |
|
typedef int(MSPAPI * | Proc_QIVWGetResInfo) (const char *resPath, char *resInfo, unsigned int *infoLen, const char *params) |
|
typedef int(MSPAPI * | Proc_QIVWRegisterNotify) (const char *sessionID, ivw_ntf_handler msgProcCb, void *userData) |
|
typedef const char *(MSPAPI * | Proc_QIVWSessionBegin) (const char *grammarList, const char *params, int *errorCode) |
|
typedef int(MSPAPI * | Proc_QIVWSessionEnd) (const char *sessionID, const char *hints) |
|
|
int MSPAPI | QIVWAudioWrite (const char *sessionID, const void *audioData, unsigned int audioLen, int audioStatus) |
|
int MSPAPI | QIVWGetResInfo (const char *resPath, char *resInfo, unsigned int *infoLen, const char *params) |
|
int MSPAPI | QIVWRegisterNotify (const char *sessionID, ivw_ntf_handler msgProcCb, void *userData) |
|
const char *MSPAPI | QIVWSessionBegin (const char *grammarList, const char *params, int *errorCode) |
|
int MSPAPI | QIVWSessionEnd (const char *sessionID, const char *hints) |
|
typedef int(* ivw_ntf_handler) (const char *sessionID, int msg, int param1, int param2, const void *info, void *userData) |
typedef int(MSPAPI* Proc_QIVWAudioWrite) (const char *sessionID, const void *audioData, unsigned int audioLen, int audioStatus) |
typedef int(MSPAPI* Proc_QIVWGetResInfo) (const char *resPath, char *resInfo, unsigned int *infoLen, const char *params) |
typedef int(MSPAPI* Proc_QIVWRegisterNotify) (const char *sessionID, ivw_ntf_handler msgProcCb, void *userData) |
typedef const char*(MSPAPI* Proc_QIVWSessionBegin) (const char *grammarList, const char *params, int *errorCode) |
typedef int(MSPAPI* Proc_QIVWSessionEnd) (const char *sessionID, const char *hints) |
int MSPAPI QIVWAudioWrite |
( |
const char * |
sessionID, |
|
|
const void * |
audioData, |
|
|
unsigned int |
audioLen, |
|
|
int |
audioStatus |
|
) |
| |
int MSPAPI QIVWGetResInfo |
( |
const char * |
resPath, |
|
|
char * |
resInfo, |
|
|
unsigned int * |
infoLen, |
|
|
const char * |
params |
|
) |
| |
const char* MSPAPI QIVWSessionBegin |
( |
const char * |
grammarList, |
|
|
const char * |
params, |
|
|
int * |
errorCode |
|
) |
| |
int MSPAPI QIVWSessionEnd |
( |
const char * |
sessionID, |
|
|
const char * |
hints |
|
) |
| |