i am the new for iphone programming. i need to import media from iphone media library and copy to my app's document dir. please help me. thanks in adv.
Asked
Active
Viewed 634 times
2

GameLoading
- 6,688
- 2
- 33
- 57

korat prashant
- 1,523
- 10
- 24
-
When you say media library, do you mean iphone camera roll or are you talking about music? – chilitechno.com May 06 '11 at 14:03
-
What sort of "media" are you attempting to transfer? – John Parker May 06 '11 at 14:03
1 Answers
0
I don't believe you can transfer assets from the media library into your own app's directory, but you can playback songs, etc. via the MPMusicPlayerController. (See Apple's iPod Library Access Programming Guide for more information, if this is what you're attempting to achieve.)
The AV Foundation Programming Guide also contains information about accessing media in the iPod library and photos, etc. so you might want to have a read of this.

John Parker
- 54,048
- 11
- 129
- 129
-
hi middaparka thanks for your comment but i seen this type of apps so any way to implement to it. – korat prashant May 07 '11 at 04:08
-
-
@prashant As I asked in the comment on your question, what type of assets/media are you trying to transfer? – John Parker May 07 '11 at 12:13
-
audio as well as video i need to import .the video is done but audio i will struggling thenks – korat prashant May 07 '11 at 12:31