Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ CDcreateparser(3dm) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

CDintro(3dm)

CDaddcallback(3dm)

CDclose(3dm)

CDdeleteparser(3dm)

CDopen(3dm)

CDparseframe(3dm)

CDreadda(3dm)

CDseek(3dm)

CDseekblock(3dm)

CDseektrack(3dm)

CDremovecallback(3dm)

CDresetparser(3dm)



CDcreateparser(3dm)                                        CDcreateparser(3dm)



NAME
     CDcreateparser - creates a CD digital audio data parser

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

     CDPARSER* CDcreateparser()

RETURNED VALUE
     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.

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


SEE ALSO
     CDintro(3dm), CDaddcallback(3dm), CDclose(3dm), CDdeleteparser(3dm),
     CDopen(3dm), CDparseframe(3dm), CDreadda(3dm), CDseek(3dm),
     CDseekblock(3dm), CDseektrack(3dm), CDremovecallback(3dm),
     CDresetparser(3dm)

AUTHOR
     Mark Callow























                                                                        Page 1



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