videoWidth property Null safety

int videoWidth
read / write

Field description: width of video resolution after transcoding. Recommended value: 360 px. If you are pushing a pure audio stream, please set width x height to 0 px x 0 px; otherwise, a video stream with a canvas background will be carried after mixtranscoding.

Implementation

int videoWidth;