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.76 KB

cp.apple.fcpxml.project.md

File metadata and controls

24 lines (17 loc) · 1.76 KB

docs » cp.apple.fcpxml.project


FCPXML Document Project 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.project.new(name, format, duration, timecodeStart, timecodeFormat, audioLayout, audioRate, renderColorSpace[, clips]) -> fcpxmlProject Object
Type Constructor
Description Creates a new project FCPXML object and optionally adds clips to it.
Parameters
  • name - The name of the project as a string.
  • format - The format of the project.
  • duration - The duration of the project.
  • timecodeStart - The start timecode of the project.
  • timecodeFormat - The timecode format of the project.
  • audioLayout - The audio layout of the project.
  • audioRate - The audio sample rate of the project.
  • renderColorSpace - The render color space of the project.
  • clips - An optional table of clips you want to add to the project.
Returns
  • A new project object.