Skip to main content
sebinside
Participant
October 6, 2018
Answered

setSpeed() - Bad argument list

  • October 6, 2018
  • 1 reply
  • 937 views

Hi,

with the QE-Version of the SDK, I was not able to use the clip.setSpeed()-Function correctly.

My code sample looks like this:

app.enableQE();

var as = qe.project.getActiveSequence();

var track0 = as.getVideoTrackAt(0);

var clip = track0.getItemAt(0);

clip.setSpeed(...)

I did not find any correct argument list for this.

Beside this special case: Is there any way, I could gatter this data by myself? There are a lot undocumented functions with missing argument lists I would love to use...

Thank you!

Best,

Sebastian

This topic has been closed for replies.
Correct answer Bruce Bullis

We understand your _desire_ to use those functions; the QE DOM will remain undocumented, and unsupported.

1 reply

Bruce Bullis
Bruce BullisCorrect answer
Legend
October 8, 2018

We understand your _desire_ to use those functions; the QE DOM will remain undocumented, and unsupported.

arielmartini
Known Participant
April 17, 2023

@Bruce Bullis Five years later any update on this? I just need to change the sequence speed from 100% to let's say 150%. Please help us!

Bruce Bullis
Legend
April 17, 2023

no update to offer; QE DOM remains unsupported and not recommended. Any API expansion (adding to the suooorted API) will be via UXP extensibility; no dates available.