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

cp.apple.fcpxml.multicamClip.md

File metadata and controls

24 lines (17 loc) · 1.55 KB

docs » cp.apple.fcpxml.multicamClip


FCPXML Document Multicam Clip 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.multicamClip.new(name, refID, offset, startTimecode, duration, mcSources) -> fcpxmlMulticamClip Object
Type Constructor
Description Creates a new multicam event clip FCPXML Document object.
Parameters
  • name - The name of the Multicam Clip as a string.
  • refID - The reference ID of the Multicam Clip.
  • offset - The offset of the Multicam clip in flicks.
  • startTimecode - The start timecode in flicks.
  • duration - The duration of the Multicam clip.
  • mcSources - A table of multicam sources.
Returns
  • A new Multicam Clip object.