Skip to content

Commit

Permalink
rename Source object into SourceMonitor object
Browse files Browse the repository at this point in the history
  • Loading branch information
rendertom committed Aug 18, 2020
1 parent c7729af commit 4be6850
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. highlight:: javascript

.. _Source:
.. _SourceMonitor:

Source object
SourceMonitor object
==========================

``app.sourceMonitor``
Expand All @@ -25,9 +25,9 @@ None.
Methods
=======

.. _source.closeAllClips:
.. _sourceMonitor.closeAllClips:

Source.closeAllClips()
SourceMonitor.closeAllClips()
*********************************************

``app.sourceMonitor.closeAllClips()``
Expand All @@ -46,9 +46,9 @@ Returns **0** if successful.

----

.. _source.closeClip:
.. _sourceMonitor.closeClip:

Source.closeClip()
SourceMonitor.closeClip()
*********************************************

``app.sourceMonitor.closeClip()``
Expand All @@ -67,9 +67,9 @@ Returns **0** if successful.

----

.. _source.getPosition:
.. _sourceMonitor.getPosition:

Source.getPosition()
SourceMonitor.getPosition()
*********************************************

``app.sourceMonitor.getPosition()``
Expand All @@ -88,9 +88,9 @@ Returns a ``Time`` object containing the position of the Source monitor's curren

----

.. _source.openFilePath:
.. _sourceMonitor.openFilePath:

Source.openFilePath()
SourceMonitor.openFilePath()
*********************************************

``app.sourceMonitor.openFilePath(absolutePathToFile)``
Expand All @@ -109,9 +109,9 @@ Returns 0 if successful.

----

.. _source.openProjectItem:
.. _sourceMonitor.openProjectItem:

Source.openProjectItem()
SourceMonitor.openProjectItem()
*********************************************

``app.sourceMonitor.openProjectItem(projectItem)``
Expand All @@ -130,9 +130,9 @@ Returns 0 if successful.

----

.. _source.play:
.. _sourceMonitor.play:

Source.play()
SourceMonitor.play()
*********************************************

``app.sourceMonitor.play(playbackSpeed)``
Expand Down
4 changes: 2 additions & 2 deletions 2 - App object/application.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,11 @@ app.sourceMonitor

**Description**

Provides access to :ref:`Source monitor <source>`.
Provides access to :ref:`sourceMonitor`.

**Type**

:ref:`source`.
:ref:`sourceMonitor`.

----

Expand Down
4 changes: 2 additions & 2 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ Welcome to the Premiere Pro Scripting Guide!

.. toctree::
:maxdepth: 2
:caption: Source object
:caption: SourceMonitor object

13 - Source object/source
13 - SourceMonitor object/sourcemonitor

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit 4be6850

Please sign in to comment.