Vtc.Timecode.with_frames
You're seeing just the function
with_frames
, go back to Vtc.Timecode module for more information.
Specs
with_frames(Vtc.Source.Frames.t(), Vtc.Framerate.t()) :: parse_result()
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.