what-the-bank/sources/o/OTW.java

43 lines
1.1 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.HashMap;
/* loaded from: classes.dex */
public final class OTW extends AbstractC17662yjJ {
private static final HashMap<Integer, String> d;
public OTW() {
a(new vss(this));
}
static {
HashMap<Integer, String> hashMap = new HashMap<>();
d = hashMap;
AbstractC17662yjJ.e(hashMap);
hashMap.put(1, "Vendor");
hashMap.put(2, "Temporal Quality");
hashMap.put(3, "Spatial Quality");
hashMap.put(4, "Width");
hashMap.put(5, "Height");
hashMap.put(6, "Horizontal Resolution");
hashMap.put(7, "Vertical Resolution");
hashMap.put(8, "Compressor Name");
hashMap.put(9, "Depth");
hashMap.put(10, "Compression Type");
hashMap.put(11, "Graphics Mode");
hashMap.put(12, "Opcolor");
hashMap.put(13, "Color Table");
hashMap.put(14, "Frame Rate");
}
@Override // o.kuj, o.BrP
public final HashMap<Integer, String> c() {
return d;
}
@Override // o.kuj, o.BrP
public final String b() {
return "QuickTime Video";
}
}