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

Latest commit

 

History

History
24 lines (17 loc) · 1.33 KB

File metadata and controls

24 lines (17 loc) · 1.33 KB

docs » cp.apple.fcpxml.gap


FCPXML Document Gap 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.gap.new(offset, duration, startTimecode) -> fcpxmlGap Object
Type Constructor
Description Creates a new gap to be used in a timeline.
Parameters
  • offset - The offset of the Gap clip in flicks.
  • duration - The duration of the Gap clip in flicks.
  • startTimecode - The start timecode of the Gap clip in flicks.
Returns
  • A new Gap Clip object.