AJ.
AJ.

Reputation: 1463

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?

Upvotes: 0

Views: 6603

Answers (1)

David Maymudes
David Maymudes

Reputation: 5654

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

Upvotes: 4

Related Questions