SyncMediaRangeSeekBehavior

Entries

Link copied to clipboard

Any seeking removes the range.

Link copied to clipboard

Seeking to a position outside the range removes the range. A position is considered outside the range if:

Link copied to clipboard

Calls to any SyncMediaPlayer seek method will clamp the timeline position to be within the range. Seeking to a position after the range clamps the position to range.end. Seeking to a position before the range clamps the position to range.start.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)
Link copied to clipboard

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.