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.