Interface

TimelineClipMoveResult

Result metadata for a committed or previewed clip move.

Signature

Type Definition
Interface TimelineClipMoveResult

Properties

NameSignatureDescription
clipclip: ClipMoved clip after the operation.
clipIdclipId: stringMoved clip id.
destinationClipIndexdestinationClipIndex: numberDestination clip index after sorting.
destinationTrackIddestinationTrackId: stringTrack containing the clip after the move.
destinationTrackIndexdestinationTrackIndex: numberDestination track index after the move.
endTimeendTime: RationalTimeClip end after the move.
previousEndTimepreviousEndTime: RationalTimeClip end before the move.
previousStartTimepreviousStartTime: RationalTimeClip start before the move.
sourceClipIndexsourceClipIndex: numberSource clip index before the move.
sourceTrackIdsourceTrackId: stringTrack that contained the clip before the move.
sourceTrackIndexsourceTrackIndex: numberSource track index before the move.
startTimestartTime: RationalTimeClip start after the move.