Last week I ventured into working and learning how to use video in Objective C. Someone made a comment about learning Quicktime framework for historical proposes.
I am guessing that framework is on it's way out so I was using QTKit framework. Tonight I was going use use the method
But in reading the docs it said
Is QTKit also on the way out? I want to make sure since I am starting to learn this stuff I am starting with the right stuff.
Is it best to just learn AV Foundation framework and forget the other 2? Will AV Foundations contain pretty much everything the QT frameworks had for working with video?
I am guessing that framework is on it's way out so I was using QTKit framework. Tonight I was going use use the method
Code:
movieWithQuickTimeMovie:disposeWhenDone:error:
This method cannot be called by 64-bit applications.
Is QTKit also on the way out? I want to make sure since I am starting to learn this stuff I am starting with the right stuff.
Is it best to just learn AV Foundation framework and forget the other 2? Will AV Foundations contain pretty much everything the QT frameworks had for working with video?