MCPcopy Create free account
hub / github.com/Vanilagy/webcodecs-polyfill / decodeQueueSize

Method decodeQueueSize

src/audio_decoder.ts:45–47  ·  view source on GitHub ↗

* The number of pending decode operations.

()

Source from the content-addressed store, hash-verified

43 * The number of pending decode operations.
44 */
45 get decodeQueueSize() {
46 return this._decodeQueueSize;
47 }
48
49 /**
50 * Event handler called when a decode operation completes and leaves the queue.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected