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

Interface SeekHandler

d.ts/flv.d.ts:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 }
173
174 interface SeekHandler {
175 getConfig(sourceURL: string, range: Range): SeekConfig;
176 removeURLParameters(url: string): string;
177 }
178
179 interface SeekConfig {
180 url: string;

Callers 10

_notifyChangeMethod · 0.65
constructorMethod · 0.65
_internalOpenMethod · 0.65
openMethod · 0.65
openMethod · 0.65
_internalOpenMethod · 0.65
_onReadyStateChangeMethod · 0.65
openMethod · 0.65
_onReadyStateChangeMethod · 0.65

Implementers 2

RangeSeekHandlersrc/io/range-seek-handler.js
ParamSeekHandlersrc/io/param-seek-handler.js

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…