discord-jadx/app/src/main/java/c/i/a/c/f2/g.java

54 lines
1.1 KiB
Java

package c.i.a.c.f2;
import androidx.annotation.Nullable;
import com.google.android.exoplayer2.Format;
import com.google.android.exoplayer2.source.TrackGroup;
/* compiled from: ExoTrackSelection */
public interface g extends j {
/* compiled from: ExoTrackSelection */
public static final class a {
public final TrackGroup a;
public final int[] b;
/* renamed from: c reason: collision with root package name */
public final int f856c;
@Nullable
public final Object d;
public a(TrackGroup trackGroup, int... iArr) {
this.a = trackGroup;
this.b = iArr;
this.f856c = 0;
this.d = null;
}
public a(TrackGroup trackGroup, int[] iArr, int i, @Nullable Object obj) {
this.a = trackGroup;
this.b = iArr;
this.f856c = i;
this.d = obj;
}
}
/* compiled from: ExoTrackSelection */
public interface b {
}
int b();
void c(boolean z2);
void e();
void g();
Format h();
void i(float f);
void j();
void k();
}