50 lines
1.4 KiB
Java
50 lines
1.4 KiB
Java
package o;
|
|
|
|
import java.util.HashMap;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class sRW extends BrP {
|
|
private static final HashMap<Integer, String> d;
|
|
|
|
static {
|
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
|
d = hashMap;
|
|
hashMap.put(1, "Major Brand");
|
|
hashMap.put(2, "Minor Version");
|
|
hashMap.put(3, "Compatible Brands");
|
|
hashMap.put(256, "Creation Time");
|
|
hashMap.put(257, "Modification Time");
|
|
hashMap.put(258, "Media Time Scale");
|
|
hashMap.put(259, "Duration");
|
|
hashMap.put(260, "Duration in Seconds");
|
|
hashMap.put(261, "Preferred Rate");
|
|
hashMap.put(262, "Preferred Volume");
|
|
hashMap.put(264, "Preview Time");
|
|
hashMap.put(265, "Preview Duration");
|
|
hashMap.put(266, "Poster Time");
|
|
hashMap.put(267, "Selection Time");
|
|
hashMap.put(268, "Selection Duration");
|
|
hashMap.put(269, "Current Time");
|
|
hashMap.put(270, "Next Track ID");
|
|
hashMap.put(271, "Transformation Matrix");
|
|
hashMap.put(512, "Rotation");
|
|
hashMap.put(8193, "Latitude");
|
|
hashMap.put(8194, "Longitude");
|
|
hashMap.put(774, "Media Time Scale");
|
|
}
|
|
|
|
public sRW() {
|
|
a(new SIA(this));
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public HashMap<Integer, String> c() {
|
|
return d;
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public String b() {
|
|
return "MP4";
|
|
}
|
|
}
|