Reading Text Layer in clip?
Hello Adobe-Team,
I'm looking for a way to programmatically read the content of a text-layer-clip from a sequence in Adobe Premiere Pro.

I've come to a point where I was able to get the property name and nearly each of the values of the properties of that text layer but I cannot figure out how to get the content in JSX.
In Photoshop this would be something like .textItem... but here in Premiere all I get is:
| for (var propertyName in app.project.activeSequence.videoTracks[1].clips[lvi].components[2].properties[0]) | |
| { | |
| $.writeln(propertyName); | |
| } |
-> displayName which content is "Quelltext" which is not the textual content of the layer but just the name.
Any help would be appreciated.
Best regards,
Mirko
