View Source Vtc.Framerate.InvalidSMPTEValueError exception (vtc v0.17.5)

Exception returned when a function expects a valid SMPTE framerate.

Valid SMPTE rates are:

  • Non-drop NTSC framerates. Must be cleanly divisible by 1001.
  • Drop-frame framerates. Must be cleanly divisible by 30_000/1001.
  • Whole-frame framerates such as 24fps.

Link to this section Summary

Functions

Exception message.

Link to this section Types

@type t() :: %Vtc.Framerate.InvalidSMPTEValueError{__exception__: true}

Type of InvalidSMPTEValueError.

Link to this section Functions

@spec message(t()) :: String.t()

Exception message.