frameWidth property

int? frameWidth
getter/setter pair

Width of the last encoded frame.

The resolution of the encoded frame may be lower than the media source (see RTCVideoSourceStats.width).

Before the first frame is encoded this attribute is missing.

Implementation

int? frameWidth;