Vtc.Timecode.with_premiere_ticks
You're seeing just the function
with_premiere_ticks
, go back to Vtc.Timecode module for more information.
Specs
with_premiere_ticks(Vtc.Source.PremiereTicks.t(), Vtc.Framerate.t()) :: parse_result()
Returns a new Timecode
with a Timecode.premiere_ticks/1
return value equal
to the ticks arg.
with_premiere_ticks takes many different formats (more than just numeric types) that can represent the tick 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.