Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 1.45 KB

cp.apple.fcpxml.secondaryStoryline.md

File metadata and controls

24 lines (17 loc) · 1.45 KB

docs » cp.apple.fcpxml.secondaryStoryline


FCPXML Document Secondary Storyline Object.

This extension was inspired and uses code based on Pipeline. Thank you Reuel Kim for making something truly awesome, and releasing it as Open Source!

API Overview

  • Constructors - API calls which return an object, typically one that offers API methods
  • new

API Documentation

Constructors

Signature cp.apple.fcpxml.secondaryStoryline.new(lane, offset, formatRef, clips) -> fcpxmlSecondaryStoryline Object
Type Constructor
Description Creates a new secondary storyline FCPXML Document object.
Parameters
  • lane - The lane you want the secondary storyline to appear.
  • offset - The offset of the secondary storyline in flicks.
  • formatRef - The format of the secondary storyline.
  • clips - A table of clips.
Returns
  • A new Secondary Storyline object.