I am aware that iOS 4.3 has a new API that lets developers send video from their Apps to an AppleTV. Is there any public API that allows developers to stream still images (Jpegs) instead of video to an Apple TV?
feedback
|
|
No, only videos. | |||
feedback
|
|
Yes this is possible. I am doing this in a presentation app for iPad. When the Apple TV is connected to your device with mirroring:
Then send any content to this view. I have a UIImageView in the tvoutWindow which is displaying UIImages for me | |||||||||
feedback
|