54 lines
1.5 KiB
Java
54 lines
1.5 KiB
Java
package o;
|
|
|
|
import java.util.HashMap;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class EZB extends BrP {
|
|
private static final HashMap<Integer, String> d;
|
|
|
|
static {
|
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
|
d = hashMap;
|
|
hashMap.put(0, "Kodak Model");
|
|
hashMap.put(9, "Quality");
|
|
hashMap.put(10, "Burst Mode");
|
|
hashMap.put(12, "Image Width");
|
|
hashMap.put(14, "Image Height");
|
|
hashMap.put(16, "Year Created");
|
|
hashMap.put(18, "Month/Day Created");
|
|
hashMap.put(20, "Time Created");
|
|
hashMap.put(24, "Burst Mode 2");
|
|
hashMap.put(27, "Shutter Speed");
|
|
hashMap.put(28, "Metering Mode");
|
|
hashMap.put(29, "Sequence Number");
|
|
hashMap.put(30, "F Number");
|
|
hashMap.put(32, "Exposure Time");
|
|
hashMap.put(36, "Exposure Compensation");
|
|
hashMap.put(56, "Focus Mode");
|
|
hashMap.put(64, "White Balance");
|
|
hashMap.put(92, "Flash Mode");
|
|
hashMap.put(93, "Flash Fired");
|
|
hashMap.put(94, "ISO Setting");
|
|
hashMap.put(96, "ISO");
|
|
hashMap.put(98, "Total Zoom");
|
|
hashMap.put(100, "Date/Time Stamp");
|
|
hashMap.put(102, "Color Mode");
|
|
hashMap.put(104, "Digital Zoom");
|
|
hashMap.put(107, "Sharpness");
|
|
}
|
|
|
|
public EZB() {
|
|
a(new Nrs(this));
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final HashMap<Integer, String> c() {
|
|
return d;
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final String b() {
|
|
return "Kodak Makernote";
|
|
}
|
|
}
|