Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ CDremovecallback(3dm) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

CDintro(3dm)

CDclose(3dm)

CDcreateparser(3dm)

CDopen(3dm)

CDparseframe(3dm)

CDreadda(3dm)

CDseek(3dm)

CDseekblock(3dm)

CDseektrack(3dm)

CDaddcallback(3dm)

CDresetparser(3dm)

cdframe(4)



CDremovecallback(3dm)                                    CDremovecallback(3dm)



NAME
     CDremovecallback - remove a callback from the CD audio data parser

SYNOPSIS
     #include <sys/types.h>
     #include <dmedia/cdaudio.h>

     void CDremovecallback(CDPARSER* cdp, CDDATATYPES type);

PARAMETERS
     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.

DESCRIPTION
     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.

SEE ALSO
     CDintro(3dm), CDclose(3dm), CDcreateparser(3dm), CDopen(3dm),
     CDparseframe(3dm), CDreadda(3dm), CDseek(3dm), CDseekblock(3dm),
     CDseektrack(3dm), CDaddcallback(3dm), CDresetparser(3dm), cdframe(4)

AUTHOR
     Mark Callow
























                                                                        Page 1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026