Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yangchris11/samurai
/ MP4VideoData
Interface
MP4VideoData
sam2/demo/frontend/src/types/mp4box/index.d.ts:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
export
interface
MP4VideoData {
46
width: number;
47
height: number;
48
}
49
50
export
interface
MP4VideoTrack extends MP4MediaTrack {
51
video: MP4VideoData;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected