CDcreateparser(3dm) CDcreateparser(3dm)
CDcreateparser - creates a CD digital audio data parser
#include <sys/types.h>
#include <dmedia/cdaudio.h>
CDPARSER* CDcreateparser()
Upon successful completion, CDcreateparser(3dm) returns a pointer to a
CDPARSER, an opaque type defined in cdaudio.h. Otherwise a value of null
(0) is returned.
CDcreateparser(3dm) allocates and initializes a CDPARSER structure and
returns a pointer to it. You use this structure in all function calls
that access the CD 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.
CDintro(3dm), CDaddcallback(3dm), CDclose(3dm), CDdeleteparser(3dm),
CDopen(3dm), CDparseframe(3dm), CDreadda(3dm), CDseek(3dm),
CDseekblock(3dm), CDseektrack(3dm), CDremovecallback(3dm),
CDresetparser(3dm)
Mark Callow
PPPPaaaaggggeeee 1111 [ Back ]
|