![]() |
|
| VAPI API Reference Documentation 2.18.x |
|
#include <vapi.h>
Play-related data
Source coding schemes for Host Speech Frame
for playing e.g. G.711u-law PCM audio, G.723 audio etc
Destination can be one of the following:
Playback mode.
Pointer to the Buffer from which play out is done.
It's used for APIs dealing with buffer (e.g. VAPI_StartPlayback).
It may not be defined for APIs dealing with file (e.g. VAPI_StartPlaybackFile).
| char _SPlayData::strAnnFileName[256] |
File name from which being played data needs to be read.
It's used for APIs dealing with file (e.g. VAPI_StartPlaybackFile).
It may not be defined for APIs dealing with buffer (e.g. VAPI_StartPlayback).
Length of the Buffer passed to the API.
It's used for APIs dealing with buffer (e.g. VAPI_StartPlayback).
It may not be defined for APIs dealing with file (e.g. VAPI_StartPlaybackFile).
Format of being played data.
Specifies the time (in Sec) for which playback needs to be done.
If its value is 0 ignore this parameter