Question
setWorkArea api arguments
Hi,
I am trying to change the work area using the setWorkArea function but I got the following error:
TypeError: Bad argument.
var fe = app.getFrontend();
var curEnc = fe.addDLToBatch(projpath, format, preset, itemGUID, path);
curEnc.setWorkArea (startTimeInSecs, endTimeInSecs);
What am I doing wrong.
Thanks,
Galit
