You need to enable JavaScript to run this app.
导航

重试渲染任务

最近更新时间2023.09.18 20:30:22

首次发布时间2023.09.18 20:30:22

本接口名称为RetryRenderJob

请求参数

名称

类型

是否必选

默认值

描述

r

struct

具体参数解释见r

r

名称

类型

是否必选

默认值

描述

JobID

String

渲染任务 ID。可从创建渲染任务的返回参数中获取。

AllFailedFrames

Bool

是否渲染所有失败帧。

CustomFrames

[]RetryLayerFrame

自定义帧。具体参数解释见RetryLayerFrameCustomFrames的优先级低于AllFailedFrames

RetryLayerFrame

名称

类型

是否必选

默认值

描述

LayerIndex

Int64

渲染层索引。

FrameIndexes

String

渲染帧索引。

返回参数

名称

类型

描述

err

error

错误详情。

调用示例

请参见 retry_render_job_demo.go