ffmpegValue property
String
get
ffmpegValue
Implementation
String get ffmpegValue {
switch (this) {
case VideoResolution.r480p:
return '640x480';
case VideoResolution.r720p:
return '1280x720';
case VideoResolution.r1080p:
return '1920x1080';
case VideoResolution.r4k:
return '3840x2160';
}
}