Skip to content

Commit

Permalink
Update AAF param description
Browse files Browse the repository at this point in the history
Matt identified improvements.
  • Loading branch information
bbb999 committed Jun 10, 2022
1 parent f2bc2d6 commit 6ed6ac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"restructuredtext.workspaceRoot": "${workspaceFolder}",
"restructuredtext.confPath": "${workspaceFolder}/docs",
"esbonio.sphinx.confDir": "${workspaceFolder}/docs",
}
2 changes: 1 addition & 1 deletion docs/general/project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Argument Type Description
``bitsPerSample`` The bits per sample of audio output.
``embedAudio`` ``Integer`` If ``1``, audio is embedded, if ``0``, external.
``audioFileFormat`` ``Integer`` ``0`` is AIFF, ``1`` is WAV.
``trimSources`` ``Integer`` If ``1``, trim audio files before export.
``trimSources`` ``Integer`` If ``1``, trim and re-encode media before export; ``0`` exports the entire file.
``handleFrames`` ``Integer`` The number of handle frames (from 0 to 1000).
``presetPath`` ``String`` A path to export preset (.epr) file.
``renderAudioEffects`` ``Integer`` If ``1``, render audio effects before export.
Expand Down

0 comments on commit 6ed6ac8

Please sign in to comment.