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
  • 1 reply
  • 380 views

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

This topic has been closed for replies.

1 reply

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.