53 lines
1.5 KiB
Java
53 lines
1.5 KiB
Java
package o;
|
|
|
|
import java.util.HashMap;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class pPy extends BrP {
|
|
private static final HashMap<Integer, String> c;
|
|
|
|
static {
|
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
|
c = hashMap;
|
|
hashMap.put(16, "File Number");
|
|
hashMap.put(18, "Directory Number");
|
|
hashMap.put(42, "Firmware Version");
|
|
hashMap.put(48, "Firmware Date");
|
|
hashMap.put(52, "Trigger Mode");
|
|
hashMap.put(54, "Sequence");
|
|
hashMap.put(58, "Event Number");
|
|
hashMap.put(62, "Date/Time Original");
|
|
hashMap.put(74, "DaY of Week");
|
|
hashMap.put(76, "Moon Phase");
|
|
hashMap.put(78, "Ambient Temperature Fahrenheit");
|
|
hashMap.put(80, "Ambient Temperature");
|
|
hashMap.put(82, "Contrast");
|
|
hashMap.put(84, "Brightness");
|
|
hashMap.put(86, "Sharpness");
|
|
hashMap.put(88, "Saturation");
|
|
hashMap.put(90, "Flash");
|
|
hashMap.put(92, "Ambient Infrared");
|
|
hashMap.put(94, "Ambient Light");
|
|
hashMap.put(96, "Motion Sensitivity");
|
|
hashMap.put(98, "Battery Voltage");
|
|
hashMap.put(100, "Battery Voltage Average");
|
|
hashMap.put(102, "Battery Type");
|
|
hashMap.put(104, "User Label");
|
|
hashMap.put(126, "Serial Number");
|
|
}
|
|
|
|
public pPy() {
|
|
a(new zIa(this));
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final HashMap<Integer, String> c() {
|
|
return c;
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final String b() {
|
|
return "Reconyx HyperFire 2 Makernote";
|
|
}
|
|
}
|