Skip to main content
Participating Frequently
October 13, 2013
Question

AEGP_RenderQueueState_RENDERING flag doesn't work in AE CC

  • October 13, 2013
  • 0 replies
  • 471 views

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.

This topic has been closed for replies.