Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

QuickTime MetaData

$
0
0

Hi,

Has anyone been able to obtain QuickTime metadata using the MonoMac.QTKit? I noticed that the Apple objective-c development environment does have APIs for these items, but I couldn't find anything in the Xamarin version. I am successful in using the basic attributes, but can't get to any of the user supplied attributes that exist in the QuickTime metadata.

        QTMovie movie = new QTMovie(mediaFile, out error);

        NSDictionary attributes = movie.MovieAttributes;

In addition, in the movie.MovieAttributes I am having difficulty in using the duration field which is an NSValue and can't seem to create a QTTime structure out of it.

Any help will be greatly appreciated.

Thanks,

Bob


Viewing all articles
Browse latest Browse all 204402

Trending Articles