byteLength property

int get byteLength

@AvailableInWorkers("window_and_dedicated")

The byteLength read-only property of the EncodedVideoChunk interface returns the length in bytes of the encoded video data.

Implementation

external int get byteLength;