mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-28 01:52:26 -06:00
13 lines
317 B
Java
13 lines
317 B
Java
|
package androidx.media3.datasource.cache;
|
||
|
|
||
|
import androidx.media3.datasource.cache.Cache;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public interface CacheEvictor extends Cache.Listener {
|
||
|
void onCacheInitialized();
|
||
|
|
||
|
void onStartFile(Cache cache, String str, long j, long j2);
|
||
|
|
||
|
boolean requiresCacheSpanTouches();
|
||
|
}
|