* The number of pending encode operations.
()
| 114 | * The number of pending encode operations. |
| 115 | */ |
| 116 | get encodeQueueSize() { |
| 117 | return this._encodeQueueSize; |
| 118 | } |
| 119 | |
| 120 | /** |
| 121 | * Event handler called when an encode operation completes and leaves the queue. |
nothing calls this directly
no outgoing calls
no test coverage detected