Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ DTcreateparser(3dm) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

DTintro(3dm)

DTaddcallback(3dm)

DTdeleteparser(3dm)

DTparseframe(3dm)

DTremovecallback(3dm)

DTresetparser(3dm)

datframe(4)



DTcreateparser(3dm)                                        DTcreateparser(3dm)



NAME
     DTcreateparser - creates a DAT audio data parser

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

     DTPARSER* DTcreateparser()

RETURNED VALUE
     Upon successful completion, DTcreateparser returns a pointer to a
     DTPARSER, an opaque type defined in dataudio.h. Otherwise a value of null
     (0) is returned.

DESCRIPTION
     DTcreateparser allocates and initializes a DTPARSER structure and returns
     a pointer to it.  You use this structure in all function calls that
     access the DAT 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
     DTintro(3dm), DTaddcallback(3dm), DTdeleteparser(3dm), DTparseframe(3dm),
     DTremovecallback(3dm), DTresetparser(3dm), datframe(4)

AUTHOR
     Mark Callow


























                                                                        Page 1



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