Vtc.Timecode.with_seconds
You're seeing just the function
with_seconds
, go back to Vtc.Timecode module for more information.
Specs
with_seconds(Vtc.Sources.Seconds.t(), Vtc.Framerate.t()) :: parse_result()
Returns a new Vtc.Timecode
with a Vtc.Timecode.seconds field value equal to the
seconds arg.
Timecode::with_frames takes many different formats (more than just numeric types) that represent the frame count of the timecode.
Arguments
seconds
- A value which can be represented as a number of seconds.rate
- The Framerate at which the frames are being played back.