Skip to content

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).

[key: string]: JsonValue

readonly frameAssetIds: string[]

Defined in: packages/project-schema/src/types.ts:39

Ordered image Asset ids, one per frame, referencing image kind Assets.


readonly frameDurationUs: number

Defined in: packages/project-schema/src/types.ts:37

Duration of every frame in microseconds.