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

Method pause

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

Source from the content-addressed store, hash-verified

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

Callers 15

seekThumbnailPreviewFunction · 0.65
AudioRowFunction · 0.65
syncIframePlaybackFunction · 0.65
applyStudioMotionFromDomFunction · 0.65
stopScrubPreviewAudioFunction · 0.65
releaseStaticSeekCacheFunction · 0.65
wrapTimelineFunction · 0.65
useTimelineSyncCallbacksFunction · 0.65
tickFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected