Skip to content

Commit

Permalink
Merge branch 'Fran-Roig/add-documentation-for-ismulticamclip-and-1594…
Browse files Browse the repository at this point in the history
…744268473'
  • Loading branch information
bbb999 committed Jul 14, 2020
2 parents 6f7baea + ceca71f commit 9c549ac
Showing 1 changed file with 45 additions and 1 deletion.
46 changes: 45 additions & 1 deletion 4 - Project Item object/projectItem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -722,10 +722,54 @@ None.

**Returns**

Returns ``true`` if the project item is a sequence, ``false`` if it isn't.
Returns ``true`` if the project item is a sequence, or a multicam clip, or a merged clip. Returns ``false`` if it isn't any of those.

----

.. _projectItem.isMulticamClip:

IsMulticamClip()
*********************************************

``projectItem.isMulticamClip()``

**Description**

Indicates whether the project item refers to a multicam clip.

**Parameters**

None.

**Returns**

Returns ``true`` if the project item is a multicam clip, ``false`` if it isn't.

----

.. _projectItem.isMergedClip:

isMergedClip()
*********************************************

``projectItem.isMergedClip()``

**Description**

Indicates whether the project item refers to a merged clip.

**Parameters**

None.

**Returns**

Returns ``true`` if the project item is a merged clip, ``false`` if it isn't.

----



.. _projectItem.setStartTime:

setStartTime()
Expand Down

0 comments on commit 9c549ac

Please sign in to comment.