The TN_INFOLIST structure is declared as follows:
typedef struct {
TN_INFO *tn_infop;
unsigned short size;
}TN_INFOLIST
The TN_INFOLIST structure reports the data for each frame (sample) of a detected tone. This data or tone information is used to determine the final tone definition. This structure is useful for debugging purposes.
Table 7. TN_INFOLIST Structure
Field |
Description |
tn_infop |
This field is a pointer to an array of type TN_INFO. |
size |
This field is the size of the array of TN_INFO passed as tn_infop. You must allocate sufficient memory for the array. Suggested size of array is the number of lm_frames (stored in LM_PARM structure) + OFFSET (defined in lmodelib.h) or higher. See TN_INFO data structure description for more information. See LM_PARM data structure description for more information. |
Click here to contact Telecom Support Resources
Copyright 2003, Intel Corporation