home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "pAudio/StdAMap.h"
- @MASTER "Work2:AD/IInc/pAudio/StdAMap.h"
- @REMARK This file was created by ADtoHT 2.0 on 11-Mär-97 13:33:54
- @REMARK Do not edit
- @REMARK ADtoHT is © 1993-1995 Christian Stieber
-
- @NODE MAIN "pAudio/StdAMap.h"
- @TOC "__pOS_Dev.guide/MAIN"
-
- @{"pAudio/StdAMap.h" LINK File}
-
-
- @{b}Structures@{ub}
-
- @{"pOS_Std16AudioMap" LINK "pAudio/StdAMap.h/File" 29} @{"pOS_Std8AudioMap" LINK "pAudio/StdAMap.h/File" 18}
-
- @ENDNODE
- @NODE File "pAudio/StdAMap.h"
- #ifndef __INC_POS_PAUDIO_STDAMAP_H
- #define __INC_POS_PAUDIO_STDAMAP_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>StdAMap.h<< 15 Dec 1996 18:07:01 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PAUDIO_AUDIO_H
- #include <@{"pAudio/Audio.h" LINK "pAudio/Audio.h/File"}>
- #endif
-
- /*----------------------------------
- bam_Audio.am_Type = AUDIOMAPTYP_Std8Bit
- -----------------------------------*/
- struct pOS_Std8AudioMap
- {
- @{"struct pOS_AudioMap" LINK "pAudio/Audio.h/File" 18} bam_Audio;
- @{"ULONG" LINK "pExec/Types.h/File" 91} bam_Length; /** Anzahl der Einheiten von @{"SBYTE" LINK "pExec/Types.h/File" 94} **/
- @{"SBYTE" LINK "pExec/Types.h/File" 94} *bam_Sample;
- };
-
-
- /*----------------------------------
- wam_Audio.am_Type = AUDIOMAPTYP_Std16Bit
- -----------------------------------*/
- struct pOS_Std16AudioMap
- {
- @{"struct pOS_AudioMap" LINK "pAudio/Audio.h/File" 18} wam_Audio;
- @{"ULONG" LINK "pExec/Types.h/File" 91} wam_Length; /** Anzahl der Einheiten von @{"SWORD" LINK "pExec/Types.h/File" 92} **/
- @{"SWORD" LINK "pExec/Types.h/File" 92} *wam_Sample;
- };
-
-
- #endif
- @ENDNODE
-