Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using AVPlayer to play two songs simultaneously.

I want to play song on Speaker and before playing i want to check it in headphones only(another song will be playing at the same time in speakers) then i want to play on speakers.Its like prelistening of a song before routing it to Speakers.

Is it Possible on iOS..?

share|improve this question
1  
Yes. It's possible. – vakio Feb 3 '12 at 15:55
1  
vakio: If it's possible, can you suggest how to do it? – Ben Alpert Feb 3 '12 at 16:50

1 Answer

I'd say this would only be possible by used private APIS (if at all) once the iPhone has headphones plugged in everything is routed to it so you'd be trying to change a low-level setting.

share|improve this answer
what kind of API'S,can u plz name of any... – user1187856 Feb 4 '12 at 12:26
Not sure, but you could read through these: github.com/kennytm/iphone-private-frameworks – Rich Feb 4 '12 at 14:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.