*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> audiocddat/CDparseframe (3d)              
Title
Content
Arch
Section
 

Contents


CDparseframe(3dm)					     CDparseframe(3dm)


NAME    [Toc]    [Back]

     CDparseframe - parse a frame of CD	digital	audio data

SYNOPSIS    [Toc]    [Back]

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

     void CDparseframe(CDPARSER* cdp, CDFRAME* cdfp)

PARAMETERS    [Toc]    [Back]

     cdp    A pointer to the target CDPARSER

     cdfp   A pointer to the frame of CD digital audio data to be parsed.

DESCRIPTION    [Toc]    [Back]

     CDparseframe(3dm) parses a	frame of digital audio data from a CD such as
     is	returned by CDreadda(3dm). It determines which subcodes	are present in
     the data. If those	subcodes have changed since the	last frame, then
     CDparseframe(3dm) executes	a callback of the appropriate type [see
     CDaddcallback(3dm)] passing to it the subcode data	found in the frame.

     Callbacks are only	executed when the subcodes change because subcodes
     tend to come and go and calling whenever a	particular subcode is seen
     would be unpredictable.  Also several of the subcodes never change	on the
     disk but may be repeated thousands	of times.  Executing a callback	every
     time the same subcode is seen would be very inefficient.  For unchanging
     subcodes, the callback is executed	the first time the subcode is seen.  A
     program that wishes to see	the data every frame is	free to	look directly
     into the CDFRAME structure.

     If	a cd_audio callback is set, CDparseframe(3dm) executes that callback
     every frame after byte-swapping and, if the CD indicates it is necessary,
     de-emphasizing the	data.

SEE ALSO    [Toc]    [Back]

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

AUTHOR    [Toc]    [Back]

     Mark Callow


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
DTparseframe IRIX parse a frame of DAT audio data
datframe IRIX structure of a frame of audio data on Digital Audio Tape (DAT)
CDreadda IRIX read digital audio data from audio CD in CD-ROM
AFgetframecnt IRIX get the total sample frame count / data bytes / data offset for a specified audio track from an AFfilehandle s
CDcreateparser IRIX creates a CD digital audio data parser
CDdeleteparser IRIX deletes a CD digital audio data parser
CDresetparser IRIX resets a CD digital audio data parser
cdframe IRIX structure of a frame of audio data on Compact Disc (CD)
dmSetAudioDefaults IRIX parameters for digital-media audio
soundeditor IRIX digital audio recorder/editor
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service