View Source Vtc.Source.Frames.FeetAndFrames (vtc v0.7.0)
Holds Feet+Frames information.
fields
Fields
feet
: The amount of film in Feet that would run through the camera in a given amount of time.feet
: The number of frames left over afterfeet
of film has run.film_format
: The type of film this value represents.
Link to this section Summary
Link to this section Types
@type t() :: %Vtc.Source.Frames.FeetAndFrames{ feet: integer(), film_format: Vtc.FilmFormat.t(), frames: integer() }
Contains only a single field for wrapping the underlying string.
Link to this section Functions
@spec from_string(String.t(), Vtc.FilmFormat.t()) :: {:ok, t()} | {:error, Vtc.Timecode.ParseError.t()}