34 lines
740 B
Java
34 lines
740 B
Java
|
package o;
|
||
|
|
||
|
import java.util.HashMap;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class Okb extends PKY {
|
||
|
private static final HashMap<Integer, String> a;
|
||
|
|
||
|
public Okb() {
|
||
|
a(new rVp(this));
|
||
|
}
|
||
|
|
||
|
static {
|
||
|
HashMap<Integer, String> hashMap = new HashMap<>();
|
||
|
a = hashMap;
|
||
|
PKY.d(hashMap);
|
||
|
hashMap.put(301, "Format");
|
||
|
hashMap.put(302, "Number of Channels");
|
||
|
hashMap.put(303, "Sample Size");
|
||
|
hashMap.put(304, "Sample Rate");
|
||
|
hashMap.put(305, "Balance");
|
||
|
}
|
||
|
|
||
|
@Override // o.sRW, o.BrP
|
||
|
public final HashMap<Integer, String> c() {
|
||
|
return a;
|
||
|
}
|
||
|
|
||
|
@Override // o.sRW, o.BrP
|
||
|
public final String b() {
|
||
|
return "MP4 Sound";
|
||
|
}
|
||
|
}
|