Component Types and Subtypes
ThecomponentType
field 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.
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.