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

Method state

src/audio_encoder.ts:84–86  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

82 * The current state of the encoder: "unconfigured", "configured", or "closed".
83 */
84 get state() {
85 return this._state;
86 }
87
88 /**
89 * The number of pending encode operations.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected