MCPcopy
hub / github.com/bilibili/flv.js / LoggingControl

Interface LoggingControl

d.ts/flv.d.ts:345–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343 }
344
345 interface LoggingControl extends LoggingControlConfig {
346 getConfig(): LoggingControlConfig;
347 applyConfig(config: Partial<LoggingControlConfig>): void;
348 addLogListener(listener: (...args: any[]) => void): void;
349 removeLogListener(listener: (...args: any[]) => void): void;
350 }
351
352 interface Events {
353 ERROR: string;

Callers 3

TransmuxingWorkerFunction · 0.65
TransmuxingWorkerFunction · 0.65
TransmuxingWorkerFunction · 0.65

Implementers 1

LoggingControlsrc/utils/logging-control.js

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…