how to use Tx3gDescriptionHandle
how to use Tx3gDescriptionHandle
- Subject: how to use Tx3gDescriptionHandle
- From: Sandeep Nair <email@hidden>
- Date: Wed, 9 Sep 2009 13:23:55 +0530
Hi,
anybody know how to use Tx3gDescriptionHandle?
Tx3gDescriptionHandle tHandle = (Tx3gDescriptionHandle)NewHandle(sizeof
(Tx3gDescription));
(*tHandle)->dataFormat = kTx3gSampleType;
(*tHandle)->resvd1 = 1;
(*tHandle)->resvd2 = 1;
(*tHandle)->displayFlags = 1;
(*tHandle)->horizontalJustification = -1;
(*tHandle)->verticalJustification =1;
(*tHandle)->dataRefIndex = 0;
These are the some sample values i give, but only the font color and font
face is working.
the justification, font size are not working , on use with AddMediaSample2.
http://translate.google.co.in/translate?hl=en&sl=zh-CN&u=http://www.apple.com.cn/developer/documentation/QuickTime/QT6_3/chapter_1_section_23.html&ei=2F2nSouiAsnakAWHltyNCQ&sa=X&oi=translate&resnum=1&ct=result&prev=/search?q=Tx3gDescription&hl=en&sa=G
this is the link to use the structure. I am confused of how to use font
table, and how to incorporate Tx3gFontTableRecord with the description
handle.Tx3gFontTableRecord with the description handle.
Thanking You in Advance
regards
sandeep
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden