UXP exportSequence ignores Sequence In/Out when the Work Area Bar is visible

Hello,

I would like to report an issue I have identified and submit a request to the Adobe team.

Environment: Premiere Pro 26.x · UXP plugin (EncoderManager)

Exporting with the Premiere engine:

encoder.exportSequence(seq, ExportType.IMMEDIATELY, out, preset, /* exportFull */ false);

I set only the Sequence In/Out points. What gets exported depends on whether the Work Area Bar is shown:

  • Work Area Bar hidden → exports the In/Out range. :white_check_mark:
  • Work Area Bar shown → exports the Work Area range, ignoring my In/Out. :cross_mark:

exportFull: boolean is the only range control, so I can’t tell it “use In/Out”. And there’s no API to read or clear the Work Area Bar.

Request: add a range/workAreaType enum to exportSequence (like encodeProjectItem), and expose a Work Area getter/setter on Sequence.

Thanks in advance!

Joan