DTcreateparser(3dm) DTcreateparser(3dm)
DTcreateparser - creates a DAT audio data parser
#include <sys/types.h>
#include <dmedia/dataudio.h>
DTPARSER* DTcreateparser()
Upon successful completion, DTcreateparser returns a pointer to a
DTPARSER, an opaque type defined in dataudio.h. Otherwise a value of null
(0) is returned.
DTcreateparser allocates and initializes a DTPARSER structure and returns
a pointer to it. You use this structure in all function calls that
access the DAT digital audio data parser.
The parser is used to decipher the audio data. It can be programmed to
call a function and pass it each piece of data gathered from the data
stream.
DTintro(3dm), DTaddcallback(3dm), DTdeleteparser(3dm), DTparseframe(3dm),
DTremovecallback(3dm), DTresetparser(3dm), datframe(4)
Mark Callow
PPPPaaaaggggeeee 1111 [ Back ]
|