Get info for remote audio files

Posted by Yola on Stack Overflow See other posts from Stack Overflow or by Yola
Published on 2010-05-28T09:08:39Z Indexed on 2010/05/28 9:11 UTC
Read the original article Hit count: 164

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about filesystem