liveStreamModeVideoScaleFit constant Null safety

int const liveStreamModeVideoScaleFit

Video dimensions are scaled proportionally. All video content is prioritized for display. If the video dimensions do not match the display window, the unfilled area of the window will be filled with the background color.

Implementation

static const int liveStreamModeVideoScaleFit = 0;