SAMPLE   (3alleg) manpage
SAMPLE
3alleg
version 4.1.15 (CVS)
Allegro
Allegro manual
  • NAME
      SAMPLE
  • SYNOPSIS
      #include <allegro.h>


      typedef struct SAMPLE
  • DESCRIPTION

      
         int bits;                   - 8 or 16
         int stereo;                 - sample type flag
         int freq;                   - sample frequency
         int priority;               - 0-255 */
         unsigned long len;          - length (in samples)
         unsigned long loop_start;   - loop start position
         unsigned long loop_end;     - loop finish position
         
      
      A sample structure, which holds sound data, used by the digital sample routines.
  • SEE ALSO
      load_sample (3alleg), exsample (3alleg)
Current Users: 23 © 1999-2006 Linux.com.hk PenguinSoft
All trademarks and copyrights on this page are owned by their respective companies. Linux is a trademark of Linus Torvalds.