Package com.google.android.exoplayer2
Annotation Type C.WakeMode
-
@Documented @Retention(SOURCE) public static @interface C.WakeMode
Mode specifying whether the player should hold a WakeLock and a WifiLock. One ofC.WAKE_MODE_NONE
,C.WAKE_MODE_LOCAL
orC.WAKE_MODE_NETWORK
.