Skip to main content
Known Participant
April 30, 2023
Answered

How I want to play/pause toggle it programmatically After effect sdk in C++?

  • April 30, 2023
  • 1 reply
  • 468 views

I'm making a plugin for Premiere Pro using of After effect sdk. And i take a color matte layer and apply an effect to it. And after that I want to play and pause whatever video effect is applied, How I want to play/pause toggle handle it programmatically in C++?

This topic has been closed for replies.
Correct answer Bruce Bullis

There is no API to control playback, available to effect plugins.

1 reply

Bruce Bullis
Community Manager
Bruce BullisCommunity ManagerCorrect answer
Community Manager
April 30, 2023

There is no API to control playback, available to effect plugins.

Known Participant
April 30, 2023

I had build plugin for premiere pro using of After effect sdk. In our plugin have one button and click this button our socket connection open with our another main app and some effect export frome our main app to our plugin but our effect did show automtaically on premiere pro until do play our pause effect. I want to sloution when i export the effect from our main app to our plugin immediately effect rendering call.