0

If I create my own custom Application for iOS (XCode/Objective-C), can I make it support AirPlay and beam scren content of my choice to an Apple TV?

What APIs/Function Calls am I looking for?

Michael Stum
  • 177,530
  • 117
  • 400
  • 535

1 Answers1

6

The idea behind the AirPlay support is to play the video content from your app.

If you're a registered iOS Developer, you will be able to find the documentation and examples at the iOS 4 beta section after you login. As this is still a beta release for 4.3 version, documentation is under confidential agreement.

It's pretty much easy and straightforward. You should start looking by MPMoviePlayerController.

Claudio Martins
  • 617
  • 1
  • 6
  • 12