Question
How to get the decoding time or presentation time stamp
Hi, I'm new to the After Effects plugin sdk. I want to get the source file decoding time in complex scenarios, such as after time remapping.
I found that "inData->current_time", "time_step", "total_time", "time_scale" is all about player time, NOT decode time.
Thank you!