...
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
onClip | 1 | string | — | Name of the clip on which to set the time code offset |
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
// Set the SMPTE offset on the active clip |
...
int $offset = 4; |
...
setTimeCodeOffset $offset; |
Scroll pagebreak |
---|
Additional information
...