* The current state of the encoder: "unconfigured", "configured", or "closed".
()
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected