I'm trying to write a basic AE Exporter that outputs the geometry in a scene.
I was parsing streams by looping over all of the streams in a given composition's layers. I'm able to find the Path stream, but it seems to have no data.
How am I supposed to get a path's data? I noticed that there are suites called: PF_PathQuerySuite and PF_PathDataSuite which seem to potentially be what I want, but I have no clue how to use them. How do I get the PF_ProgPtr that these suites seem to need?
I can't seem to find any useful documentation online. Any help would be greatly appreciated!