Sequence Remove Items
Removes items from a sequence. If sequence is omitted, the block uses the active sequence when supported. Use onError to decide whether errors stop the script, continue, or return false when the block supports it. If storeResultIn is set, the block also writes a result variable back to your graph. Use mediaType when removal should target only audio, only video, or both. Set ripple when removing items should close the gap afterwards. Set shiftOverlapping when overlapping items should be moved instead of causing the operation to fail.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
items | yes | expression | — | — |
sequence | no | expression | — | — |
ripple | no | expression | — | — |
mediaType | no | expression | — | — |
shiftOverlapping | no | expression | — | — |
onError | no | expression | enum-string | STOP, CONTINUE, RETURN_FALSE |
storeResultIn | no | variable-name | — | — |
Notes
No additional notes are available yet.