TrackSelection.Type
Artifact: androidx.media3:media3-exoplayer
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(open = true, value = )
public annotation TrackSelection.Type
Represents a type track selection. Either TYPE_UNSET
or an app-defined value (see TYPE_CUSTOM_BASE
).