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

cp.apple.fcpxml.multicamResource.md

File metadata and controls

24 lines (17 loc) · 1.73 KB

docs » cp.apple.fcpxml.multicamResource


FCPXML Document Multicam Resource 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.multicamResource.new(name, id, formatRef, startTimecode, timecodeFormat, renderColorSpace, angles) -> fcpxmlMulticamResource Object
Type Constructor
Description Creates a new FCPXML multicam reference FCPXML Document object.
Parameters
  • name - The name of the Multicam Resource as a string.
  • id - The ID of the Multicam Resource as a string.
  • formatRef - The format of the Multicam Resource.
  • startTimecode - The start timecode in flicks.
  • timecodeFormat - The timecode format (see: cp.apple.fcpxml.TIMECODE_FORMAT).
  • renderColorSpace - The render color space (see: cp.apple.fcpxml.COLOR_SPACE).
  • angles - A table of angle objects.
Returns
  • A new Multicam Resource object.