codedWidth property

int get codedWidth

@AvailableInWorkers("window_and_dedicated")

The codedWidth property of the VideoFrame interface returns the width of the VideoFrame in pixels, potentially including non-visible padding, and prior to considering potential ratio adjustments.

Implementation

external int get codedWidth;