Question
AEGP_RenderQueueState_RENDERING flag doesn't work in AE CC
Hi all.Can someone from Adobe engineers (Zac Lam??) explain why the following :
| AEGP_SuiteHandler suites(in_data->pica_basicP); |
AEGP_RenderQueueState rqState;
suites.RenderQueueSuite1()->AEGP_GetRenderQueueState(&rqState);
if(rqState == AEGP_RenderQueueState_RENDERING){
//do smth
}
works with AE CS5.5 and doesn't with AE CC? Is the API changed? or is it a bug in the SDK?
Thanks.