Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameFlag argumentsArgument typeExclusive toComments
onClip1stringName of the clip on which to set the time code offset

Return value

void

Examples

Code Block
languagetext
// Set the SMPTE offset on the active clip

...


int $offset = 4;

...


setTimeCodeOffset $offset;

Scroll pagebreak

Additional information

...