views:

5

answers:

0

to get metadata for audio file i can use:

NSDictionary *aMetadata = [aPath MDIAttributes:[aPath allMDIAttributesNames]];

but it doesn't work with remote files, in case of images i solved this problem with CGImageSourceRef and so on functions. Does anybody know something like this for audio files?