Answered
cep remove Component with qeSequence.getVideoTrackAt(0).getItemAt(0).getComponentAt(1);
My hero,i want to remove one Component
app.enableQE();
var qeSequence = qe.project.getActiveSequence(0);
qeSequence.getVideoTrackAt(0).getItemAt(0).getComponentAt(1);
use QEComponent.remove().But i found that getComponentAt(1);This index of getComponentAt(index) only 0 and 1,it can not be 2,3,4 or more.How can i solve this problem?
