CDremovecallback(3dm) CDremovecallback(3dm)
CDremovecallback - remove a callback from the CD audio data parser
#include <sys/types.h>
#include <dmedia/cdaudio.h>
void CDremovecallback(CDPARSER* cdp, CDDATATYPES type);
cdp A pointer to the target CDPARSER.
type The type of callback to remove. CDDATATYPES is an enumerated type
defined in cdaudio.h containing the following values: cd_audio,
cd_pnum, cd_index, cd_ptime, cd_atime, cd_catalog, cd_ident,
cd_control.
CDremovecallback(3dm) removes a callback from the specified parser. The
parser has callbacks for eight different types of data in the digital
audio data stream corresponding to the enumerated types listed above.
After a callback has been removed, the parser will no longer look for
that type of data in the digital audio data stream.
CDintro(3dm), CDclose(3dm), CDcreateparser(3dm), CDopen(3dm),
CDparseframe(3dm), CDreadda(3dm), CDseek(3dm), CDseekblock(3dm),
CDseektrack(3dm), CDaddcallback(3dm), CDresetparser(3dm), cdframe(4)
Mark Callow
PPPPaaaaggggeeee 1111 [ Back ]
|