Skip to content

galavi / TemporalConfig

Interface: TemporalConfig

Defined in: types.ts:137

Temporal configuration — maps frame indices to physical time

Properties

frameCount

frameCount: number

Defined in: types.ts:139

Total number of timepoints


frameInterval

frameInterval: number

Defined in: types.ts:141

Physical time per frame in unit


startTime?

optional startTime: number

Defined in: types.ts:143

Time offset of frame 0 (default 0)


unit?

optional unit: "second" | "millisecond"

Defined in: types.ts:145

Time unit (default 'second')

Released under the GPL-3.0 License.