SeekMode

Represents the mode the player uses to seek.

Entries

Link copied to clipboard

For exact seeking.

Link copied to clipboard

For seeking to the closest sync point.

Link copied to clipboard

For seeking to the sync point immediately before a requested seek position.

Link copied to clipboard

For seeking to the sync point immediately after a requested seek position.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard
fun valueOf(value: String): SeekMode

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.