Re: iOS 5: AVFoundation and MPMediaItemPropertyAssetURL

2012-04-06 Thread Rhythmic Fistman
On 6 April 2012 01:56, John Michael Zorko wrote: > > Hello, all ... > > I'm experimenting with making AVFoundation play local [purchased from] iTunes > content on the device. I can set up an MPMediaQuery to fetch the content like > so: > >    MPMediaQuery *query = [[[MPMediaQuery alloc] init] au

iOS 5: AVFoundation and MPMediaItemPropertyAssetURL

2012-04-05 Thread John Michael Zorko
Hello, all ... I'm experimenting with making AVFoundation play local [purchased from] iTunes content on the device. I can set up an MPMediaQuery to fetch the content like so: MPMediaQuery *query = [[[MPMediaQuery alloc] init] autorelease]; [query addFilterPredicate:[MPMediaPropertyPred