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