跳转到内容

AddImageSequenceClipOptions

此内容尚不支持你的语言。

Defined in: packages/sdk/src/project-builder.ts:121

Options for adding an image-sequence Clip. Registers an image-sequence Asset whose frame manifest references the given image Assets, then adds an image Item that samples the sequence deterministically through the frame mapping (see imageSequenceFrameIndex).

readonly optional atUs: number

Defined in: packages/sdk/src/project-builder.ts:127


readonly optional durationUs: number

Defined in: packages/sdk/src/project-builder.ts:128


readonly optional fit: "none" | "fill" | "contain" | "cover"

Defined in: packages/sdk/src/project-builder.ts:130


readonly frameAssetIds: readonly string[]

Defined in: packages/sdk/src/project-builder.ts:124

Ordered image Assets, one per frame.


readonly frameDurationUs: number

Defined in: packages/sdk/src/project-builder.ts:125


readonly optional id: string

Defined in: packages/sdk/src/project-builder.ts:122


readonly optional name: string

Defined in: packages/sdk/src/project-builder.ts:129


readonly optional opacity: number

Defined in: packages/sdk/src/project-builder.ts:131


readonly trackId: string

Defined in: packages/sdk/src/project-builder.ts:126