Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
TS3Sound.h
/* |
* File: TS3Sound.h |
* |
* Copyright © 1996 Apple Computer, Inc. |
*/ |
#ifndef __TS3Sound__ |
#define __TS3Sound__ |
#include <Sound.h> |
#include <Types.h> |
#include "SoundSprocket.h" |
void Sound_Init( |
void); |
void Sound_Exit( |
void); |
void Sound_Configure( |
void); |
void Sound_PlaySilence( |
void); |
Boolean Sound_PlayResource( |
Str255 inSndName); |
void Sound_Set3DInfo( |
const SSpLocalizationData* in3DInfo); |
#endif /* __TS3Sound__ */ |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-10-14