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.