Skip to content

Commit

Permalink
Scratch disk options
Browse files Browse the repository at this point in the history
Added scratch disk paths.
  • Loading branch information
bbb999 committed Jun 3, 2021
1 parent d39d7a2 commit 97b4c60
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
3 changes: 2 additions & 1 deletion docs/application/application.rst
Original file line number Diff line number Diff line change
Expand Up @@ -740,8 +740,9 @@ Argument Type Description
``path`` ``String`` The new path to be used.
``scratchDiskType`` ``Enum`` Enumerated value, must be one of the following:

- ``ScratchDiskType.FirstAudioCaptureFolder``
- ``ScratchDiskType.FirstVideoCaptureFolder``
- ``ScratchDiskType.FirstAudioCaptureFolder``
- ``ScratchDiskType.FirstVideoPreviewFolder``
- ``ScratchDiskType.FirstAudioPreviewFolder``
- ``ScratchDiskType.FirstAutoSaveFolder``
- ``ScratchDiskType.FirstCCLibrariesFolder``
Expand Down
27 changes: 20 additions & 7 deletions docs/general/project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -923,15 +923,28 @@ Changes the specified scratch disk path to a new path.
Argument Type Description
========================= =========== =======================
``newPath`` ``String`` A new path.
``whichScratchDiskPath`` Must be one of the following:

- ``ScratchDiskType.FirstVideoCaptureFolder``
- ``ScratchDiskType.FirstAudioPreviewFolder``
- ``ScratchDiskType.FirstAutoSaveFolder``
- ``ScratchDiskType.FirstCCLibrariesFolder``
- ``ScratchDiskType.FirstAudioCaptureFolder``
``scratchDiskType`` ``Enum`` Enumerated value, must be one of the following:

- ``ScratchDiskType.FirstVideoCaptureFolder``
- ``ScratchDiskType.FirstAudioCaptureFolder``
- ``ScratchDiskType.FirstVideoPreviewFolder``
- ``ScratchDiskType.FirstAudioPreviewFolder``
- ``ScratchDiskType.FirstAutoSaveFolder``
- ``ScratchDiskType.FirstCCLibrariesFolder``
- ``ScratchDiskType.FirstCapsuleMediaFolder``
========================= =========== =======================



- ``ScratchDiskType.FirstAudioCaptureFolder``
- ``ScratchDiskType.FirstVideoPreviewFolder``
- ``ScratchDiskType.FirstAudioPreviewFolder``
- ``ScratchDiskType.FirstAutoSaveFolder``
- ``ScratchDiskType.FirstCCLibrariesFolder``
- ``ScratchDiskType.FirstCapsuleMediaFolder``



**Returns**

Returns **0** if unsuccessful.

0 comments on commit 97b4c60

Please sign in to comment.