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

Method state

src/video_encoder.ts:109–111  ·  view source on GitHub ↗

* The current state of the encoder: "unconfigured", "configured", or "closed".

()

Source from the content-addressed store, hash-verified

107 * The current state of the encoder: "unconfigured", "configured", or "closed".
108 */
109 get state() {
110 return this._state;
111 }
112
113 /**
114 * The number of pending encode operations.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected