AnchorType

enum AnchorType

Represents the available anchor types for the cue.

Entries

TypeUnset
Link copied to clipboard
Unset anchor type.
AnchorTypeStart
Link copied to clipboard
Anchors the left (for horizontal positions) or top (for vertical positions) edge of the cue.
AnchorTypeMiddle
Link copied to clipboard
Anchors the middle of the cue.
AnchorTypeEnd
Link copied to clipboard
Anchors the right (for horizontal positions) or bottom (for vertical positions) edge of the cue.

Properties

value
Link copied to clipboard
private open val value: Int

Functions

fromValue
Link copied to clipboard
open fun fromValue(value: Int): Cue.AnchorType
valueOf
Link copied to clipboard
open fun valueOf(name: String): Cue.AnchorType
values
Link copied to clipboard
open fun values(): Array<Cue.AnchorType>