Add missing imports to ExoPlayerImpl

These were missed in 3bb0210d22

#minor-release

PiperOrigin-RevId: 426872386
This commit is contained in:
ibaker 2022-02-07 11:31:20 +00:00 committed by Ian Baker
parent c9e8a6de88
commit 9b8ed581d0

View file

@ -115,6 +115,8 @@ import com.google.android.exoplayer2.analytics.PlayerId;
import com.google.android.exoplayer2.audio.AudioAttributes;
import com.google.android.exoplayer2.audio.AudioRendererEventListener;
import com.google.android.exoplayer2.audio.AuxEffectInfo;
import com.google.android.exoplayer2.decoder.DecoderCounters;
import com.google.android.exoplayer2.decoder.DecoderReuseEvaluation;
import com.google.android.exoplayer2.metadata.Metadata;
import com.google.android.exoplayer2.metadata.MetadataOutput;
import com.google.android.exoplayer2.source.MediaSource;