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

Method seek

packages/parsers/src/types.ts:299–299  ·  view source on GitHub ↗
(time: number, options?: { keepPlaying?: boolean })

Source from the content-addressed store, hash-verified

297 play(): void;
298 pause(): void;
299 seek(time: number, options?: { keepPlaying?: boolean }): void;
300 getTime(): number;
301 getDuration(): number;
302 isPlaying(): boolean;

Callers 15

seekThumbnailPreviewFunction · 0.65
syncIframePlaybackFunction · 0.65
resumeGsapTimelinesFunction · 0.65
executeScriptFunction · 0.65
renderSeekFunction · 0.65
wrapTimelineFunction · 0.65
useTimelineSyncCallbacksFunction · 0.65
tickFunction · 0.65
useTimelinePlayerFunction · 0.65
seekWithActFunction · 0.65

Calls

no outgoing calls

Tested by 2

seekWithActFunction · 0.52