MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / video

Method video

apps/cloud/worker-configuration.d.ts:12664–12664  ·  view source on GitHub ↗

* Returns a handle scoped to a single video for per-video operations. * @param id The unique identifier for the video. * @returns A handle for per-video operations.

(id: string)

Source from the content-addressed store, hash-verified

12662 * @returns A handle for per-video operations.
12663 */
12664 video(id: string): StreamVideoHandle;
12665 /**
12666 * Uploads a new video from a provided URL.
12667 * @param url The URL to upload from.

Callers 4

runFunction · 0.80
runFunction · 0.80
closeWithVideoFunction · 0.80
makeBrowserSurfaceFunction · 0.80

Calls

no outgoing calls

Tested by 3

runFunction · 0.64
runFunction · 0.64
closeWithVideoFunction · 0.64