MCPcopy Create free account
hub / github.com/Moebytes/Frame-Player / VideoTrack

Interface VideoTrack

structures/functions.ts:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import pixels from "image-pixels"
15
16export interface VideoTrack {
17 index: number
18 type: "video" | "audio" | "subtitle"
19 codec: string
20 language?: string
21 title?: string
22 sampleRate?: number
23}
24
25export interface VideoChapter {
26 id: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected