mirror of
https://github.com/androidx/media.git
synced 2025-05-12 10:09:55 +08:00
Add some missing imports to TrackSelectionOverride
PiperOrigin-RevId: 429326432
This commit is contained in:
parent
87d8ca0af2
commit
a2337adbb8
@ -22,6 +22,9 @@ import static java.util.Collections.min;
|
||||
import android.os.Bundle;
|
||||
import androidx.annotation.IntDef;
|
||||
import androidx.annotation.Nullable;
|
||||
import com.google.android.exoplayer2.Bundleable;
|
||||
import com.google.android.exoplayer2.C;
|
||||
import com.google.android.exoplayer2.source.TrackGroup;
|
||||
import com.google.common.collect.ImmutableList;
|
||||
import com.google.common.primitives.Ints;
|
||||
import java.lang.annotation.Documented;
|
||||
|
Loading…
x
Reference in New Issue
Block a user