Package com.google.android.exoplayer2
Annotation Type C.WakeMode
-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE,TYPE_USE}) 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
.