Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Qt Java Question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Qt Java Question



Hi all,

I am trying to get the userdata items of a quicktime
movie like name, copyright, description etc. I tried
the following code...

File f = new File("Movie.mov");
QTFile q = new QTFile(f);
Movie m = makeMovie(q);
UserData u = m.getUserData();
QTHandle h= u.getData(QTUtils.toOSType(")aut"),1);

System.out.println("Info..."+h.toString());

But the output that i receive is

quicktime.util.QTHandle[size=12]

Does anyone know how get these information as a
string.

Btw, the movie is recorded by the quicktime
broadcaster. And the userdata items that i am trying
to retreive are those entered in annotations field (In
Network tab)

Thanks in advance.

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
_______________________________________________
quicktime-talk mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/quicktime-talk
Do not post admin requests to the list. They will be ignored.



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.