sequenceOf

abstract fun sequenceOf(isLooping: Boolean = false, block: SequenceBuilder.() -> Unit): CompositionBuilder

Build a EditedMediaItemSequence from a block and add it to the Composition

Parameters

isLooping

Whether the sequence should loop.

block

A block to configure and build the EditedMediaItemSequence.