lib / tv.smartclip.smartclientandroid.lib.dto.sequencer / SxSequencerRelativePosition

SxSequencerRelativePosition

class SxSequencerRelativePosition : SxSequencerPosition

Uses the relative content position as start condition.

Constructors

<init>

Uses the relative content position as start condition.

SxSequencerRelativePosition(value: Double)

Properties

value

Relative position of the content video. (0=start; 1=end)

val value: Double

Functions

match

Matcher to decide if the current conditions met the position definition.

fun match(position: Long, duration: Long): Boolean