Skip to main content
Known Participant
March 9, 2023
Question

how to change invisible param value in IdleHook function after effect sdk in c++

  • March 9, 2023
  • 2 replies
  • 385 views

How to change some invisible param value that would be force-rerender in AEGP_RegisterIdleHook() on after effect sdk in c++

This topic is closed to new replies. Start a new post to keep the conversation going.

2 replies

Community Expert
March 9, 2023

use AEGP_SetStreamValue();

Known Participant
March 9, 2023

Can you provide me code to how to set AEGP_StreamValue(); or anothor way to change invisible param value.