v1.5
Splits the clip at the specified frame.
oString = CutClip( Clip, [Mode], [Time] ); |
Returns the full name of the new clip (or original if it wasn't a cut) as a String.
Parameter | Type | Description |
---|---|---|
Clip | String | The clip to cut. |
Mode | siCutClipOptions |
Specifies what type of cut we want to apply. Default Value: siCut |
Time | Double |
Frame where we want to razor the clip. Default Value: Current frame |