Slide 94
Slide 94 text
94
Initial bitrate
private static int[] getInitialBitrateCountryGroupAssignment(String country) {
switch (country) {
case "AD":
case "CW":
return new int[] {2, 2, 0, 0, 2, 2};
case "AE":
return new int[] {1, 4, 3, 4, 4, 2};
case "AG":
return new int[] {2, 4, 3, 4, 2, 2};
case "AL":
return new int[] {1, 1, 1, 3, 2, 2};
case "AM":
return new int[] {2, 3, 2, 3, 2, 2};
case "AO":
return new int[] {4, 4, 4, 3, 2, 2};