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

Method encodeQueueSize

src/video_encoder.ts:116–118  ·  view source on GitHub ↗

* The number of pending encode operations.

()

Source from the content-addressed store, hash-verified

114 * The number of pending encode operations.
115 */
116 get encodeQueueSize() {
117 return this._encodeQueueSize;
118 }
119
120 /**
121 * 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