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.Source.Seconds.t(), Vtc.Framerate.t()) :: parse_result()
Returns a new Timecode
with a Timecode.seconds field value equal to the
seconds arg.
Arguments
seconds: A value which can be represented as a number of seconds. Must implement the
Seconds
protocol.rate: Frame-per-second playback value of the timecode.