MCPcopy
hub / github.com/yangchris11/samurai / MP4MediaTrackEdit

Interface MP4MediaTrackEdit

sam2/demo/frontend/src/types/mp4box/index.d.ts:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 */
16declare module 'mp4box' {
17 export interface MP4MediaTrackEdit {
18 media_rate_fraction: number;
19 media_rate_integer: number;
20 media_time: number;
21 segment_duration: number;
22 }
23
24 export interface MP4MediaTrack {
25 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected