Skip to content

Commit

Permalink
Updated getAudioChannelMapping
Browse files Browse the repository at this point in the history
It's a member, not a method.
  • Loading branch information
bbb999 committed May 28, 2020
1 parent db9c738 commit 5f130fd
Showing 1 changed file with 16 additions and 21 deletions.
37 changes: 16 additions & 21 deletions 4 - Project Item object/projectItem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,26 @@ teamProjectsAssetId
The Team Projects Asset ID of the project item.

**Type**

String; read-only.

----

.. _projectItem.getAudioChannelMapping:

getAudioChannelMapping
*********************************************

``projectItem.getAudioChannelMapping``

**Description**

The audio channel mapping currently applied to this **projectItem**.

**Type**

An audioChannelMapping object.

=======
Methods
=======
Expand Down Expand Up @@ -997,24 +1013,3 @@ None.

``true`` if successful.


----

.. _projectItem.getAudioChannelMapping:

getAudioChannelMapping()
*********************************************

``projectItem.getAudioChannelMapping()``

**Description**

Retrieves the audio channel mapping currently applied to this **projectItem**.

**Parameters**

None.

**Returns**

An audioChannelMapping object, or ``0`` if unsuccessful.

0 comments on commit 5f130fd

Please sign in to comment.