class SxSequencerRelativePosition : SxSequencerPosition
Uses the relative content position as start condition.
<init> | 
 Uses the relative content position as start condition. SxSequencerRelativePosition(value: Double) | 
value | 
 Relative position of the content video. (0=start; 1=end) val value: Double | 
match | 
 Matcher to decide if the current conditions met the position definition. fun match(position: Long, duration: Long): Boolean |