videoWidth property

int get videoWidth

Width of the received video frame

Implementation

int get videoWidth => value.width.toInt();