Apple developer document has the QTKit examples. I have noticed that it is only for Mac OS X v10.4 and I don’t see QTKit in frameworks list. Is there anyway I can use this framework in developing my iPhone app?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
QTKIt wasn’t ported to the iPhone. Depending on what you want to do (audio or video), there are other libraries and components you can use instead.
You might want to check out:
1. Media Player Framework
2. AVAudioPlayer
3. Movie Player.
I’m sure you’ll find the equivalent functions in one of those.