How to get imGetSourceVideo called when I want to?
Hi all, I am a Premiere Pro plugin developer and I know that imGetSourceVideo is called for every frame when we playback the clip on the timeline. However, I am wondering if I can trigger this selector manually even when the playback is stopped.
Here is the situation: I have created an HTTP server in my importer plugin and it continuously listens to requests from other applications. When the plugin receives a request (e.g., render settings changed), I need to render the current frame again using the latest settings. The question is, how can I achieve this?
Thank you.
