Copy link to clipboard
Copied
Is there any api to know whether the clip is holded in extendscript
Copy link to clipboard
Copied
Are you asking about frame hold, or selection?
Copy link to clipboard
Copied
I think it's hold,as the picture,the clip has been holded.Can I get this info in extendscript.
as clip.isHolded() or clip.getHoldTime()
Copy link to clipboard
Copied
Copy link to clipboard
Copied
So can I get some hold message from API?
Copy link to clipboard
Copied
There is no hold-related API function.
You may be able to detect differences in some parameter streams associated with the clip; here's code that shows how to traverse those streams.
Copy link to clipboard
Copied
thanks a lot