DefaultDrmSessionManager.Mode
Artifact: androidx.media3:media3-exoplayer
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = )
public annotation DefaultDrmSessionManager.Mode
Determines the action to be done after a session acquired. One of MODE_PLAYBACK
, MODE_QUERY
, MODE_DOWNLOAD
or MODE_RELEASE
.