videoHeight property

int get videoHeight

Height of the received video frame

Implementation

int get videoHeight => value.height.toInt();