Cue.AnchorType
Artifact: androidx.media3:media3-common
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = )
@IntDef(value = )
annotation Cue.AnchorType
The type of anchor, which may be unset. One of TYPE_UNSET
, ANCHOR_TYPE_START
, ANCHOR_TYPE_MIDDLE
or ANCHOR_TYPE_END
.