Vtc.Timecode.with_frames

You're seeing just the function with_frames, go back to Vtc.Timecode module for more information.
Link to this function

with_frames(frames, rate)

View Source

Specs

Returns a new Timecode with a frames/1 return value equal to the frames arg.

Arguments

  • frames: A value which can be represented as a frame number / frame count. Must implement the Frames protocol.

  • rate: Frame-per-second playback value of the timecode.