ImageSequenceReference
此内容尚不支持你的语言。
Defined in: packages/project-schema/src/types.ts:35
Frame manifest of an image-sequence asset. Frames are uniform-duration
stills; each frameAssetIds entry references an image Asset in the same
Project. Sampling a sequence at an item time maps to the frame whose
interval contains that time (see imageSequenceFrameIndex).
Extends
Section titled “Extends”Indexable
Section titled “Indexable”[key: string]: JsonValue
Properties
Section titled “Properties”frameAssetIds
Section titled “frameAssetIds”
readonlyframeAssetIds:string[]
Defined in: packages/project-schema/src/types.ts:39
Ordered image Asset ids, one per frame, referencing image kind Assets.
frameDurationUs
Section titled “frameDurationUs”
readonlyframeDurationUs:number
Defined in: packages/project-schema/src/types.ts:37
Duration of every frame in microseconds.