Vtc.Sources.Seconds.seconds
You're seeing just the function
seconds
, go back to Vtc.Sources.Seconds module for more information.
Specs
seconds(t(), Vtc.Framerate.t()) :: Vtc.Sources.seconds_result()
Returns the value as a rational seconds value.
Arguments
value: The source value.
rate: The framerate of the timecode being parsed.
Returns
A result tuple with a rational representation of the seconds value using Ratio
on
success.