37 lines
853 B
Java
37 lines
853 B
Java
package o;
|
|
|
|
import java.util.HashMap;
|
|
|
|
/* renamed from: o.oyS, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C16522oyS extends BrP {
|
|
private static final HashMap<Integer, String> d;
|
|
|
|
static {
|
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
|
d = hashMap;
|
|
hashMap.put(1, "ID");
|
|
hashMap.put(2, "Layer");
|
|
hashMap.put(3, "Bitrate");
|
|
hashMap.put(4, "Frequency");
|
|
hashMap.put(5, "Mode");
|
|
hashMap.put(6, "Emphasis Method");
|
|
hashMap.put(7, "Copyright");
|
|
hashMap.put(8, "Frame Size");
|
|
}
|
|
|
|
public C16522oyS() {
|
|
a(new wHM(this));
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final HashMap<Integer, String> c() {
|
|
return d;
|
|
}
|
|
|
|
@Override // o.BrP
|
|
public final String b() {
|
|
return "MP3";
|
|
}
|
|
}
|