trackInfoResolutions property
定义分辨率与对应宽高的映射
Implementation
static Map<String, List<int>> trackInfoResolutions = {
"144P": [144, 256],
"240P": [240, 426],
"360P": [360, 640],
"480P": [480, 854],
"540P": [540, 960],
"720P": [720, 1280],
"1080P": [1080, 1920],
"1440P": [1440, 2560],
"2160P": [2160, 3840],
"4320P": [4320, 7680],
};