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

Method encodeQueueSize

src/audio_encoder.ts:91–93  ·  view source on GitHub ↗

* The number of pending encode operations.

()

Source from the content-addressed store, hash-verified

89 * The number of pending encode operations.
90 */
91 get encodeQueueSize() {
92 return this._encodeQueueSize;
93 }
94
95 /**
96 * Event handler called when an encode operation completes and leaves the queue.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected