Vtc.Framerate.new-question-mark

You're seeing just the function new-question-mark, go back to Vtc.Framerate module for more information.

Specs

new?(Ratio.t(), Vtc.Ntsc.t()) :: parse_result()
new?(integer(), Vtc.Ntsc.t()) :: parse_result()
new?(float(), Vtc.Ntsc.t()) :: parse_result()
new?(String.t(), Vtc.Ntsc.t()) :: parse_result()

Creates a new Framerate with a playback speed or timebase.

Arguments

  • rate: Either the playback rate or timebase. For NTSC framerates, the value will be rounded to the nearest correct value.

  • ntsc: Atom representing the which (or whether an) NTSC standard is being used.