NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib datatypes devices diskfont dos exec gadgets graphics hardware images intuition libraries pragma pragmas prefs asl.i / .h font.i / .h icontrol.i / .h input.i / .h locale.i / .h overscan.i / .h palette.i / .h pointer.i / .h prefhdr.i / .h printergfx.i / .h printerps.i / .h printertxt.i / .h reaction.h screenmode.i / .h serial.i / .h sound.i / .h wbpattern.i / .h workbench.i / .h proto reaction resources rexx utility workbench GuruMeditation | IFND PREFS_SOUND_I PREFS_SOUND_I SET 1 ** ** $VER: sound.i 38.2 (20.6.1991) ** Includes Release 45.1 ** ** File format for sound preferences ** ** (C) Copyright 1991-2001 Amiga, Inc. ** All Rights Reserved ** ;--------------------------------------------------------------------------- IFND EXEC_TYPES_I INCLUDE "exec/types.i" ENDC ;--------------------------------------------------------------------------- ID_SOND equ "SOND" STRUCTURE SoundPrefs,0 STRUCT sop_Reserved,4*4 ; System reserved BOOL sop_DisplayQueue ; Flash the display? BOOL sop_AudioQueue ; Make some sound? UWORD sop_AudioType ; Type of sound, see below UWORD sop_AudioVolume ; Volume of sound, 0..64 UWORD sop_AudioPeriod ; Period of sound, 127..2500 UWORD sop_AudioDuration ; Length of simple beep STRUCT sop_AudioFileName,256 ; Filename of 8SVX file LABEL SoundPrefs_SIZEOF ; constants for SoundPrefs.sop_AudioType SPTYPE_BEEP equ 0 ; simple beep sound SPTYPE_SAMPLE equ 1 ; sampled sound ;--------------------------------------------------------------------------- ENDC ; PREFS_SOUND_I Comments |
$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se |