decodeQueueSize property

int get decodeQueueSize

@AvailableInWorkers("window_and_dedicated")

The decodeQueueSize read-only property of the VideoDecoder interface returns the number of pending decode requests in the queue.

Implementation

external int get decodeQueueSize;