Versions Compared

Key

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

...

Return a frame number corresponding to the timecode offset of the current video file.

Examples

Code Block
languagetext
// Print timecode offset for current video clip 

...


int $offset = `getTimeCodeOffset`;

...


print $offset ;