v1.0
Cut options for the CutClip command.
siCutClipOptions.siCut // 1 siCutClipOptions.siTrimBefore // 2 siCutClipOptions.siTrimAfter // 3 |
Constant | Value | Description |
---|---|---|
siCut | 1 | Splits the clip in two distincts clips |
siTrimBefore | 2 | Trims the clip keeping the tail |
siTrimAfter | 3 | Trims the clip keeping the head |