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

Method setTiming

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

Source from the content-addressed store, hash-verified

133 }
134
135 setTiming(id: HfId, timing: { start?: number; duration?: number; trackIndex?: number }): void {
136 this.dispatch({ type: "setTiming", target: id, ...timing });
137 }
138
139 removeElement(id: HfId): void {
140 this.dispatch({ type: "removeElement", target: id });

Callers

nothing calls this directly

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected