DTresetparser(3dm) DTresetparser(3dm)
NAME
DTresetparser - resets a DAT audio data parser
SYNOPSIS
#include <sys/types.h>
#include <dmedia/dataudio.h>
void DTresetparser(DTPARSER* dtp)
PARAMETER
dtp A pointer to the DTPARSER to be reset.
DESCRIPTION
DTresetparser resets the fields of the specified parser used for tracking
subcodes to an initial state. DTresetparser should be called after the
tape has been changed. DTresetparser does not change the callbacks.
SEE ALSO
DTintro(3dm), DTaddcallback(3dm), DTcreateparser(3dm),
DTdeleteparser(3dm), DTparseframe(3dm), DTremovecallback(3dm),
datframe(4)
AUTHOR
Mark Callow
Page 1