Files
rr3-apk/decompiled/sources/com/fyber/inneractive/sdk/player/cache/e.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

31 lines
830 B
Java

package com.fyber.inneractive.sdk.player.cache;
import com.fyber.inneractive.sdk.config.global.s;
import com.fyber.inneractive.sdk.player.cache.d;
import com.fyber.inneractive.sdk.player.exoplayer2.upstream.f;
/* loaded from: classes2.dex */
public final class e implements f.a {
public final d.c a;
public final d.b b;
public final int c;
public final s d;
public e(d.b bVar, d.c cVar, int i, s sVar) {
this.b = bVar;
this.c = i;
this.a = cVar;
this.d = sVar;
}
@Override // com.fyber.inneractive.sdk.player.exoplayer2.upstream.f.a
public final com.fyber.inneractive.sdk.player.exoplayer2.upstream.f a() {
d dVar = new d();
dVar.h = this.b;
dVar.j = this.c;
dVar.k = this.d;
dVar.i = this.a;
return dVar;
}
}