Component Types and Subtypes
ThecomponentTypefield of a component description record (of typeComponentDescription) specifies the type of a component. For a localization component, you should use this value:
enum { kSoundEffectsType = 'snfx' };Constant descriptions
The
kSoundEffectsType- The component provides special sound effects.
componentSubTypefield 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.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help