liveStreamModeVideoScaleCropFill constant Null safety

int const liveStreamModeVideoScaleCropFill

Video dimensions are scaled proportionally. The window is prioritized to be filled. The extra video due to the inconsistency between the video size and the display window size will be cropped off.

Implementation

static const int liveStreamModeVideoScaleCropFill = 1;