public @interface

C.Priority

implements java.lang.annotation.Annotation

 androidx.media3.common.C.Priority

Overview

A value indicating the priority of a operation.

Larger values indicate higher priorities, but values should not exceed C.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):

Summary