Previous Book Contents Book Index Next

Inside Macintosh: Apple Game Sprockets Guide /
Chapter 1 - SoundSprocket / SoundSprocket Reference
Constants


Component Types and Subtypes

The componentType field of a component description record (of type ComponentDescription) specifies the type of a component. For a localization component, you should use this value:

enum {
   kSoundEffectsType                   = 'snfx'
};
Constant descriptions

kSoundEffectsType
The component provides special sound effects.
The componentSubType field of a component description record specifies the subtype of a component. For a localization component, you should use one of these values:

enum {
   kReverbSubType                      = 'revb',
   kSSpLocalizationSubType             = 'snd3'
};
Constant descriptions

kReverbSubType
The component provides reverberation effects.
kSSpLocalizationSubType
The component provides 3D filtering effects.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
2 JUL 1996