I'm trying to set the scratch disks for CapturedVideo, CapturedAudio, VideoPreviews, AudioPreviews and ProjectAutoSave programmatically to unique paths via extendscript.
Using the ExtendScript databrowser (which conveniently closes the entire viewing hierarchy everytime you run your code) I have located the variable setScratchDiskPath. However, this appears to be a single variable and setting it appears to have no effect on the aforementioned five folder paths.
The other obvious location for this would be the Project object (ThisProject) but I can find no references to CapturedVideo, Captured Audio, etc.
Does anyone know how to retrieve and set these variables?