encodeQueueSize property
int
get
encodeQueueSize
@AvailableInWorkers("window_and_dedicated")
The encodeQueueSize
read-only property of the VideoEncoder
interface returns the number of pending encode requests in the queue.
Implementation
external int get encodeQueueSize;