iosiphoneiphone-sdk-3.0video-capturerecording

Video recording API in iPhone SDK 3.0


I am working on an app which should allow user to record video on iPhone 3GS.

I was looking into MediaPlayer references but could not find anything there. Can someone give me a head start on the APIs to look for?


Solution

  • You want the UIImagePickerController, which is basically a dialog box that you can show to let the user either take pictures or record video.