Skip to main content
Inspiring
July 5, 2019
Answered

how does a synthetic importer recovered with the last saved private data when the Premiere Pro restart

  • July 5, 2019
  • 1 reply
  • 259 views

As mentioned above, a synthetic importer written by Premiere Pro SDK, when imported into the project,  needs to store individual data before Adobe Premiere exits.And it needs to recover with the saved private data when the Premiere Pro starts again.

As far as I known, when Premiere Pro starts, the synthetic plugin will be loaded and imGetInfo8 will be called times if you have several synthetic importer project items.

But I found no unique things,@@ that will keep the same when restart the Pr Pro , which  I can use to distinguish between different synthetic importers in the project panel. E

消息编辑者为:Jason Lee

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

You should be able to allocate (and recover) private information specific to a given synthetic imported clip, using imFileInfoRec8.privatedata.

1 reply

Bruce Bullis
Bruce BullisCorrect answer
Legend
July 8, 2019

You should be able to allocate (and recover) private information specific to a given synthetic imported clip, using imFileInfoRec8.privatedata.