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

Method play

packages/parsers/src/types.ts:297–297  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

295
296export interface PlayerAPI {
297 play(): void;
298 pause(): void;
299 seek(time: number, options?: { keepPlaying?: boolean }): void;
300 getTime(): number;

Callers 15

AudioRowFunction · 0.65
syncIframePlaybackFunction · 0.65
applyScrubFunction · 0.65
wrapTimelineFunction · 0.65
tickFunction · 0.65
useTimelinePlayerFunction · 0.65
clock.test.tsFile · 0.65
syncRuntimeMediaFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected