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 premiere_ticks/1
return value equal
to the ticks arg.
Arguments
ticks: Any value that can represent the number of ticks for a given timecode. Must implement the
PremiereTicks
protocol.rate: Frame-per-second playback value of the timecode.