tags:

views:

40

answers:

1

Hello everyone

I hope to know what is the absolute path of storing audio, video and photos. Are they in a same path?

I know I can use UIImagePicker to access saved photo. Are there standard sdk/frame to access audio video? or I need to construct the codes by myself?

Thanks

interdev

A: 

Yes: in iOS 4.0, the ALAssetsLibrary API will let you access media directly.

jtbandes
Thanks, can it support low version ipod/iphone?
Only iOS 4 devices.
jtbandes