videoHeight property
int
get
videoHeight
Height of the received video frame
Implementation
int get videoHeight => value.height.toInt();
Height of the received video frame
int get videoHeight => value.height.toInt();