0

Possible Duplicate:
AirPlay support, MPMoviePlayerController and MPVolumeView relation

I am implementing one iphone application in which I want to add airplay functionality.

I dont know is possible of not.

Please give me idea about that.

Thanks in advance

Community
  • 1
  • 1
ManthanDalal
  • 1,063
  • 2
  • 20
  • 45
  • I hope these all links will help u out..this http://stackoverflow.com/q/6391231/814183 and also this http://stackoverflow.com/q/5311373/814183 and u require to go through this ... https://developer.apple.com/library/ios/#releasenotes/General/WhatsNewIniPhoneOS/Articles/iOS4_3.html%23//apple_ref/doc/uid/TP40010567-SW2 – iCoder4777 Sep 08 '11 at 12:07

1 Answers1

0

If the device supporting airplay is enabled and within the same network, the player provides the option to play via airplay automatically. However there is a explicit flag which you can set stating to enable airplay for MPMovieController. Youtube player detects its autmatically, so does the quicktime player.

Praveen S
  • 10,355
  • 2
  • 43
  • 69