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.Sources.Frames.t(), Vtc.Framerate.t()) :: parse_result()
Returns a new Vtc.Timecode
with a Vtc.Timecode.frames/1
return value equal to the
frames arg.
Timecode::with_frames takes many different formats (more than just numeric types) that represent the frame count of the timecode.
Arguments
frames
- A value which can be represented as a frame number / frame count.rate
- The Framerate at which the frames are being played back.