Hello,
I am fairly new to Xcode, I have some, not very much, experience with it.
I downloaded AVRecorder from https://developer.apple.com/library/mac/samplecode/AVRecorder/Introduction/Intro.html and would like to modify it to to create and save a snapshot as a jpeg file.
I also downloaded two .m files from https://gist.github.com/bellbind/6954679/archive/ff7f42ba962b614d02661049046cf0c830128804.zip
which should be able to do that.
I tried to compile it after adding the two .m files but I am getting some errors, I think I may need to create the corresponding .h files.
How could I create the corresponding .h files? Are they necessary?
Thanks.
Lennox