C.Priority
Artifact: androidx.media3:media3-common
@Documented
@UnstableApi
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(open = true, value = )
public annotation C.Priority
A value indicating the priority of a operation.
Larger values indicate higher priorities, but values should not exceed PRIORITY_MAX
.
The predefined priority values are used by default and it's recommended to align any custom values relative to these defaults (for example, C.PRIORITY_PLAYBACK - 1
.
Predefined values are (in descending priority order):
PRIORITY_MAX
PRIORITY_PLAYBACK
PRIORITY_PROCESSING_FOREGROUND
PRIORITY_PLAYBACK_PRELOAD
PRIORITY_PROCESSING_BACKGROUND
PRIORITY_DOWNLOAD