NAME

SEGTBL - Segment Table
SEGETBL - Extended Segment Table

DESCRIPTION

The function wavgest() returns all waveform segment data stored in a SEGETBL structure, which contains an arbitrary number of SEGMENT structures. The function wavgst() returns all waveform segment data stored in a SEGTABLE structure, which contains an array of up to 48 SEGMENT structures. These structures are defined:

      typedef struct {
	  long     begin;
	  long     end;
	  char     name[8];
      } SEGMENT;

      typedef struct {
	  short    nseg;
	  SEGMENT  *segs;
      } SEGETBL;

       typedef struct {
	   short     nseg;
	   SEGMENT   segs[50];
       } SEGTABLE;


SEE ALSO

wavgst(), wavpst(), wavgest(), wavpest(), wavmrgest(), wavcpyest(),
Libcwav library

AUTHOR

H.T.Bunnell, Shirley Peters