Cue.VerticalType
Artifact: androidx.media3:media3-common
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = )
@IntDef(value = )
public annotation Cue.VerticalType
The type of vertical layout for this cue, which may be unset (i.e. horizontal). One of TYPE_UNSET
, VERTICAL_TYPE_RL
or VERTICAL_TYPE_LR
.