views:

58

answers:

1

After i get the audio file's URL in ipod library with the MPMediaPickerController. Now the question is i want process the file's raw data before it's played. what shoud i do ??

N.B. In the MPMediaPickerController Reference have a fowllow addtion explain.

The URL has the custom scheme of ipod-library. For example, a URL might look like this: ipod-library://item/item.m4a?id=12345 Usage of the URL outside of the AV Foundation framework is not supported.

+1  A: 

You can get some help from... http://www.subfurther.com/blog/?p=1103

Niraj