Plugin Premiere Pro V25.3.0 can not see text layers
I want to create a plugin for Premiere Pro Beta v25.3.0, but I'm unsure where to find information about this process.
The error occurs because the newSequence object returned by activeSequence.createSubsequence(true) does not have a getVideoTracks() method or a videoTracks property.
I need to find a method that can provide me with text.
[2025-04-09 23:54:28:742] [console] Localization error: TypeError: newSequence.getVideoTracks is not a function
[2025-04-09 23:56:57:880] [console] Localization error: Error: Failed to get video tracks: Failed to get video tracks: getVideoTracks is not supported and there are no videoTracks.
