MCPcopy
hub / github.com/648540858/wvp-GB28181-pro / Web265JsMediaInfo

Interface Web265JsMediaInfo

web/public/static/js/h265web/index.d.ts:35–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35export interface Web265JsMediaInfo {
36 audioNone: boolean
37 durationMs: number
38 fps: number
39 sampleRate: number
40 size: {
41 height: number
42 width: number
43 }
44 videoCodec: 0 | 1
45 isHEVC: boolean
46 videoType: Web265JsConfig['type']
47}
48
49interface New265WebJs {
50 onSeekFinish(): void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected