mcut
@mcut/timeline

splitAngles

Generated TypeScript API reference for the public mcut SDK.

mcut SDK


mcut SDK / timeline/src / splitAngles

Function: splitAngles()

function splitAngles(angles, offsetMs): object;

Defined in: packages/timeline/src/multicam.ts:65

Split an angle list at element-local offsetMs for a clip split: the left half keeps cuts before the offset; the right half starts with the active layout at the cut and rebases later cuts.

Parameters

angles

readonly AngleCut[]

offsetMs

number

Returns

object

left

left: AngleCut[];
right: AngleCut[];

On this page