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

Method decodeQueueSize

src/video_decoder.ts:65–67  ·  view source on GitHub ↗

* The number of pending decode operations.

()

Source from the content-addressed store, hash-verified

63 * The number of pending decode operations.
64 */
65 get decodeQueueSize() {
66 return this._decodeQueueSize;
67 }
68
69 /**
70 * 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