Add missing import
This commit is contained in:
parent
1111cdc15a
commit
12edcf8555
@ -1,5 +1,7 @@
|
|||||||
package com.brentvatne.exoplayer;
|
package com.brentvatne.exoplayer;
|
||||||
|
|
||||||
|
import com.google.android.exoplayer2.C;
|
||||||
|
|
||||||
@SuppressLint("InlinedApi")
|
@SuppressLint("InlinedApi")
|
||||||
public enum AudioOutput {
|
public enum AudioOutput {
|
||||||
SPEAKER("speaker", C.STREAM_TYPE_MUSIC),
|
SPEAKER("speaker", C.STREAM_TYPE_MUSIC),
|
||||||
|
Loading…
Reference in New Issue
Block a user