Signature
Interface TimelineEditImpactProperties
| Name | Signature | Description |
|---|---|---|
affectedEndTime | affectedEndTime: RationalTime | Timeline time where the affected span ends. |
affectedStartTime | affectedStartTime: RationalTime | Timeline time where the affected span begins. |
clipId | clipId: string | Clip affected by the active edit. |
cutEnd? | cutEnd?: boolean | Whether the clip end is cut by the active edit. |
cutStart? | cutStart?: boolean | Whether the clip start is cut by the active edit. |
effect | effect: TimelineEditImpactEffect | Type of edit consequence for the affected clip. |
originalClip | originalClip: Clip | Original clip before the active edit consequence was applied. |
resultClips | resultClips: Clip[] | Resulting clip segment or segments after the active edit consequence. |
trackId | trackId: string | Track containing the affected clip. |