views:

51

answers:

2

Hello everyone

Is it possible to use MPMediaPickerController to load audio files from library and save to document directory?

Welcome any comment.

Thanks

KS

A: 

You have implement the MPMediaPickerControllerDelegate protocol's mediaPicker:didPickMediaItems: function. I think, you could save the picked data there as you desire.

Gauloises
A: 

No, we cant save picked data as a audio file in local iphone/ipod directory.

Thanks

Aj