AelionExportApi
此内容尚不支持你的语言。
Defined in: packages/sdk/src/types.ts:331
Properties
Section titled “Properties”activeJob
Section titled “activeJob”
readonlyactiveJob:AelionExportJob|AelionProfileExportJob|AelionRemoteExportJob|null
Defined in: packages/sdk/src/types.ts:349
Methods
Section titled “Methods”cancel()
Section titled “cancel()”cancel(
reason?):Promise<void>
Defined in: packages/sdk/src/types.ts:348
Cancels the active job, if one exists, and waits for pipeline cleanup.
Parameters
Section titled “Parameters”reason?
Section titled “reason?”unknown
Returns
Section titled “Returns”Promise<void>
negotiate()
Section titled “negotiate()”negotiate(
options):Promise<ExportProfileSelection>
Defined in: packages/sdk/src/types.ts:335
Negotiates exact local codec support against the loaded Sequence format.
Parameters
Section titled “Parameters”options
Section titled “options”Pick<SelectExportProfileOptions, "preferred" | "fallbacks" | "remoteAvailable" | "videoBitrate" | "audioBitrate">
Returns
Section titled “Returns”Promise<ExportProfileSelection>
preflight()
Section titled “preflight()”preflight(
options):Promise<ExportPreflightReport>
Defined in: packages/sdk/src/types.ts:332
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”Promise<ExportPreflightReport>
preflightProfile()
Section titled “preflightProfile()”preflightProfile(
options):Promise<ExportPreflightReport>
Defined in: packages/sdk/src/types.ts:333
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”Promise<ExportPreflightReport>
start()
Section titled “start()”start(
options):AelionExportJob
Defined in: packages/sdk/src/types.ts:342
Starts one frozen-revision export. The returned job remains await-compatible.
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”startProfile()
Section titled “startProfile()”startProfile(
options):AelionProfileExportJob
Defined in: packages/sdk/src/types.ts:344
Starts a non-default production export profile from the same frozen Render IR.
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”startRemote()
Section titled “startRemote()”startRemote(
options):AelionRemoteExportJob
Defined in: packages/sdk/src/types.ts:346
Starts a provider-backed export from one canonical, frozen Project manifest.