Returns details of a list of voice elements.
Blueworx Voice Response library (libvae.a)
Custom Server library (libca.a)
#include "CA_header.h" #include "CA_access_db.h" int CA_Get_Element_Info( INT_VOICE_ST * int_sp ELEMENT_INFO_ST * element_info_sp );
This subroutine returns information about voice data which is in the internal format used by Blueworx Voice Response, for example the output data from CA_Get_Segment(). This information includes the maximum volume of the data.
CA_NOT_INIT
CA_INV_ADDR
CA_INV_COMPRESSION_TYPE
CA_INV_TOTAL_ELEMENTS
CA_INV_VOICE_ELEMENT
CA_INV_VOICE_FORMAT
CA_TERMINATING