Speaker Types
You specify the type of speakers being used by passing one of the following constants in thespeakerKind
field of a 3D sound setup structure:
enum { kSSpSpeakerKind_Stereo = 0, kSSpSpeakerKind_Mono = 1, kSSpSpeakerKind_Headphones = 2 };Constant descriptions
kSSpSpeakerKind_Stereo
- The sound output device is a set of stereo speakers.
kSSpSpeakerKind_Mono
- The sound output device is a monophonic speaker.
kSSpSpeakerKind_Headphones
- The sound output device is a set of headphones.