MCPcopy Index your code
hub / github.com/JavaCS3/xterm-player / duration

Method duration

src/ui/ControlBarView.ts:84–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 public get playbackRate(): number { return this._player.playbackRate }
83 public set playbackRate(value: number) { this._playbackRate.innerText = value.toFixed(1) + 'x' }
84 public get duration(): number { return this._duration }
85 public set duration(value: number) {
86 if (value !== this._duration) {
87 this._duration = value

Callers

nothing calls this directly

Calls 1

_updateTimeDisplayMethod · 0.95

Tested by

no test coverage detected