* The number of pending encode operations.
()
| 89 | * The number of pending encode operations. |
| 90 | */ |
| 91 | get encodeQueueSize() { |
| 92 | return this._encodeQueueSize; |
| 93 | } |
| 94 | |
| 95 | /** |
| 96 | * Event handler called when an encode operation completes and leaves the queue. |
nothing calls this directly
no outgoing calls
no test coverage detected