![]() |
|
| VAPI API Reference Documentation 2.18.x |
|
#include <vapi.h>
Rec-related data
Destination coding scheme for Host Speech.
Source can be one of the following:
If not NULL, pfnFrameHndlr is called for each complete frame received from SYNCDAT/SYNEOF
Pointer to the Buffer in which recorded data needs to be stored.
It's used for APIs dealing with buffer (e.g. VAPI_StartRecording).
It may not be defined for APIs dealing with file (e.g. VAPI_StartRecordFile).
| char _SRecData::strAnnFileName[256] |
File name in which recorded data needs to be stored.
It's used for APIs dealing with file (e.g. VAPI_StartRecordFile).
It may not be defined for APIs dealing with buffer (e.g. VAPI_StartRecord).
Length of the Buffer passed to the API.
It's used for APIs dealing with buffer (e.g. VAPI_StartRecording).
It may not be defined for APIs dealing with file (e.g. VAPI_StartRecordFile).
Format of being recorded data.
Specifies the time (in Sec) for which recording needs to be done.
If its value is 0 ignore this parameter.