displayWidth property

int get displayWidth

@AvailableInWorkers("window_and_dedicated")

The displayWidth property of the VideoFrame interface returns the width of the VideoFrame after applying aspect ratio adjustments.

Implementation

external int get displayWidth;