Reputation: 8907
In iOS 6, VideoToolbox.framework
has been moved to the public frameworks directory, but I can't add it, it has no header files and there's no documentation. So my question is, is the Video Toolbox framework supposed to be usable in apps yet for hardware decoding H.264 frames?
Thanks.
Upvotes: 0
Views: 1396
Reputation: 296
It also surfaced in the MacOSX SDK 10.8. Though, on iOS it's still not possible to get a hardware IO-Channel from a user-space process. So things haven't changed, you are still not able to construct a hw h.264 decoder instance...at least not without a jailbreak. There are reverse engineered headers floating around the internet (check xmbc project), but as I said, just useful with jailbroken devices...
Upvotes: 2