MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / setTiming

Method setTiming

packages/sdk/src/types.ts:398–398  ·  view source on GitHub ↗
(id: HfId, timing: { start?: number; duration?: number; trackIndex?: number })

Source from the content-addressed store, hash-verified

396 setText(id: HfId, value: string): void;
397 setAttribute(id: HfId, name: string, value: string | null): void;
398 setTiming(id: HfId, timing: { start?: number; duration?: number; trackIndex?: number }): void;
399 removeElement(id: HfId): void;
400 /**
401 * Insert an HTML fragment as a child of `parent` at `index` (WS-D).

Callers 6

sdkTimingPersistFunction · 0.65
commitDragTimingFunction · 0.65
normalizeTimingFunction · 0.65
onClipDragFunction · 0.65
editHeadlineFunction · 0.65

Implementers 1

CompositionImplpackages/sdk/src/session.ts

Calls

no outgoing calls

Tested by

no test coverage detected