C.WakeMode
Artifact: androidx.media3:media3-common
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = )
@IntDef(value = )
annotation C.WakeMode
Mode specifying whether the player should hold a WakeLock and a WifiLock. One of WAKE_MODE_NONE
, WAKE_MODE_LOCAL
or WAKE_MODE_NETWORK
.