Old 10-08-2013, 09:16 AM   #1
IXix
Human being with feelings
 
Join Date: Jan 2007
Location: mcr:uk
Posts: 3,889
Default Get/set take phase setting?

Can we not access the take "invert phase" value?

I tried using "B_PHASE" with GetSetMediaItemTakeInfo() just in case it was missing from the API comments but it didn't work .

Code:
bool polarity;
GetSetMediaItemTakeInfo(pTake, "B_PHASE", (void*) &polarity);
If it's missing, could it be added please?
IXix is offline   Reply With Quote
Old 10-08-2013, 09:42 AM   #2
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default

Use D_VOL, and reverse the sign of that value (internally take polarity is implemented this way).
Justin is offline   Reply With Quote
Old 10-08-2013, 11:54 AM   #3
IXix
Human being with feelings
 
Join Date: Jan 2007
Location: mcr:uk
Posts: 3,889
Default

Quote:
Originally Posted by Justin View Post
Use D_VOL, and reverse the sign of that value (internally take polarity is implemented this way).
Ah okay. Thanks Justin!
IXix is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 09:49 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.