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

Interface Web265JsConfig

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

Source from the content-addressed store, hash-verified

9}
10
11export interface Web265JsConfig {
12 /**
13 *The type of the file to be played, do not fill in the automatic identification
14 */
15 type?: 'mp4' | 'hls' | 'ts' | 'raw265' | 'flv'
16 /**
17 * playback window dom id value
18 */
19 player: string
20 /**
21 * the video window width size
22 */
23 width: number
24 /**
25 * the video window height size
26 */
27 height: number
28 /**
29 * player token value
30 */
31 token: string
32 extInfo?: Web265JsExtraConfig
33}
34
35export interface Web265JsMediaInfo {
36 audioNone: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected