47 lines
1.3 KiB
Java
47 lines
1.3 KiB
Java
package o;
|
|
|
|
import java.util.HashMap;
|
|
|
|
/* renamed from: o.rCj, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C16774rCj extends BrP {
|
|
private static final HashMap<Integer, String> b;
|
|
|
|
static {
|
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
|
b = hashMap;
|
|
hashMap.put(0, "Makernote Version");
|
|
hashMap.put(2, "Firmware Version");
|
|
hashMap.put(12, "Trigger Mode");
|
|
hashMap.put(14, "Sequence");
|
|
hashMap.put(18, "Event Number");
|
|
hashMap.put(22, "Date/Time Original");
|
|
hashMap.put(36, "Moon Phase");
|
|
hashMap.put(38, "Ambient Temperature Fahrenheit");
|
|
hashMap.put(40, "Ambient Temperature");
|
|
hashMap.put(42, "Serial Number");
|
|
hashMap.put(72, "Contrast");
|
|
hashMap.put(74, "Brightness");
|
|
hashMap.put(76, "Sharpness");
|
|
hashMap.put(78, "Saturation");
|
|
hashMap.put(80, "Infrared Illuminator");
|
|
hashMap.put(82, "Motion Sensitivity");
|
|
hashMap.put(84, "Battery Voltage");
|
|
hashMap.put(86, "User Label");
|
|
}
|
|
|
|
public C16774rCj() {
|
|
a(new qtD(this));
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final HashMap<Integer, String> c() {
|
|
return b;
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final String b() {
|
|
return "Reconyx HyperFire Makernote";
|
|
}
|
|
}
|