50 lines
1.5 KiB
Java
50 lines
1.5 KiB
Java
package o;
|
|
|
|
import java.util.HashMap;
|
|
|
|
/* renamed from: o.ydt, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C17650ydt extends BrP {
|
|
private static final HashMap<Integer, String> d;
|
|
|
|
static {
|
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
|
d = hashMap;
|
|
hashMap.put(0, "Makernote Label");
|
|
hashMap.put(10, "Makernote ID");
|
|
hashMap.put(14, "Makernote Size");
|
|
hashMap.put(18, "Makernote Public ID");
|
|
hashMap.put(22, "Makernote Public Size");
|
|
hashMap.put(24, "Camera Version");
|
|
hashMap.put(31, "Uib Version");
|
|
hashMap.put(38, "Btl Version");
|
|
hashMap.put(45, "Pex Version");
|
|
hashMap.put(52, "Event Type");
|
|
hashMap.put(53, "Sequence");
|
|
hashMap.put(55, "Event Number");
|
|
hashMap.put(59, "Date/Time Original");
|
|
hashMap.put(66, "Day of Week");
|
|
hashMap.put(67, "Moon Phase");
|
|
hashMap.put(68, "Ambient Temperature Fahrenheit");
|
|
hashMap.put(70, "Ambient Temperature");
|
|
hashMap.put(72, "Flash");
|
|
hashMap.put(73, "Battery Voltage");
|
|
hashMap.put(75, "Serial Number");
|
|
hashMap.put(80, "User Label");
|
|
}
|
|
|
|
public C17650ydt() {
|
|
a(new rtx(this));
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final HashMap<Integer, String> c() {
|
|
return d;
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final String b() {
|
|
return "Reconyx UltraFire Makernote";
|
|
}
|
|
}
|