- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
15 lines
365 B
Java
15 lines
365 B
Java
package com.mbridge.msdk.playercommon.exoplayer2.offline;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class TrackKey {
|
|
public final int groupIndex;
|
|
public final int periodIndex;
|
|
public final int trackIndex;
|
|
|
|
public TrackKey(int i, int i2, int i3) {
|
|
this.periodIndex = i;
|
|
this.groupIndex = i2;
|
|
this.trackIndex = i3;
|
|
}
|
|
}
|