home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / Guide.lzx / Guide / pAudio / StdAMap.h < prev   
Encoding:
C/C++ Source or Header  |  1997-03-11  |  1.8 KB  |  57 lines

  1. @DATABASE "pAudio/StdAMap.h"
  2. @MASTER   "Work2:AD/IInc/pAudio/StdAMap.h"
  3. @REMARK   This file was created by ADtoHT 2.0 on 11-Mär-97  13:33:54
  4. @REMARK   Do not edit
  5. @REMARK   ADtoHT is © 1993-1995 Christian Stieber
  6.  
  7. @NODE MAIN "pAudio/StdAMap.h"
  8. @TOC "__pOS_Dev.guide/MAIN"
  9.  
  10. @{"pAudio/StdAMap.h" LINK File}
  11.  
  12.  
  13. @{b}Structures@{ub}
  14.  
  15. @{"pOS_Std16AudioMap" LINK "pAudio/StdAMap.h/File" 29}  @{"pOS_Std8AudioMap" LINK "pAudio/StdAMap.h/File" 18}
  16.  
  17. @ENDNODE
  18. @NODE File "pAudio/StdAMap.h"
  19. #ifndef __INC_POS_PAUDIO_STDAMAP_H
  20. #define __INC_POS_PAUDIO_STDAMAP_H
  21. /*******************************************************************
  22.  Includes Release 24
  23.  (C) Copyright 1995-1997 proDAD
  24.      All Rights Reserved
  25.  
  26.  $AUT Holger Burkarth
  27.  $DAT >>StdAMap.h<<   15 Dec 1996    18:07:01 - (C) ProDAD
  28. *******************************************************************/
  29. #ifndef __INC_POS_PAUDIO_AUDIO_H
  30. #include <@{"pAudio/Audio.h" LINK "pAudio/Audio.h/File"}>
  31. #endif
  32.  
  33. /*----------------------------------
  34. bam_Audio.am_Type = AUDIOMAPTYP_Std8Bit
  35. -----------------------------------*/
  36. struct pOS_Std8AudioMap
  37. {
  38.   @{"struct pOS_AudioMap" LINK "pAudio/Audio.h/File" 18}  bam_Audio;
  39.   @{"ULONG" LINK "pExec/Types.h/File" 91}                bam_Length;   /** Anzahl der Einheiten von @{"SBYTE" LINK "pExec/Types.h/File" 94} **/
  40.   @{"SBYTE" LINK "pExec/Types.h/File" 94}               *bam_Sample;
  41. };
  42.  
  43.  
  44. /*----------------------------------
  45. wam_Audio.am_Type = AUDIOMAPTYP_Std16Bit
  46. -----------------------------------*/
  47. struct pOS_Std16AudioMap
  48. {
  49.   @{"struct pOS_AudioMap" LINK "pAudio/Audio.h/File" 18}  wam_Audio;
  50.   @{"ULONG" LINK "pExec/Types.h/File" 91}                wam_Length;   /** Anzahl der Einheiten von @{"SWORD" LINK "pExec/Types.h/File" 92} **/
  51.   @{"SWORD" LINK "pExec/Types.h/File" 92}               *wam_Sample;
  52. };
  53.  
  54.  
  55. #endif
  56. @ENDNODE
  57.