@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):