Apple guy tried to be funny and wrote in the docs:
("Headphone," "Speaker," etc.)
What kind of return values are possible in reality?
|
Apple guy tried to be funny and wrote in the docs:
What kind of return values are possible in reality?
| |||
|
feedback
|
|
He wasn't being funny, those are actual values. The only one I've seen that he didn't outline is "LineOut" | |||||
feedback
|
|
I ran 'strings' on the CoreMedia framework (iOS4.2 SDK), and the following strings seem reasonable and are grouped together:
Command was:
| |||
|
feedback
|
|
According to http://lists.apple.com/archives/coreaudio-api/2009/Jan/msg00084.html there are also LineOut, HeadsetInOut, ReceiverAndMicrophone, HeadphonesAndMicrophone, but the guy who asked whether there are more values received no answer. | ||||
|
feedback
|
|
I just got MicrophoneWired from it. (I actually have a special piece of hardware plugged in that is a temperature probe, but we are using it through the headphone jack). Then I got MicrophoneBuiltIn with nothing plugged in. This is on an ipod touch with 4.3 by the way. | |||
|
feedback
|
|
The values provided by l8nite above are reserved for when your audio session is configured for both input and output. Other values used when you're only doing audio out: (I used the same trick as l8nite - thanks!) LineOut HeadphonesBT (used for Bluetooth audio output - observed this hooked up to via bluetooth to a car audio system) AirTunes (used for AirPlay output) | |||
|
feedback
|