Vtc.Timecode.Sections (vtc v0.3.4) View Source

Holds the individual sections of a timecode for formatting / manipulation.

Link to this section Summary

Types

t()

Holds the individual sections of a timecode for formatting / manipulation.

Link to this section Types

Specs

t() :: %Vtc.Timecode.Sections{
  frames: integer(),
  hours: integer(),
  minutes: integer(),
  negative?: boolean(),
  seconds: integer()
}

Holds the individual sections of a timecode for formatting / manipulation.

Fields

  • negative: Whether the timecode is less than 0.

  • hours: Hours place value.

  • minutes: Minutes place value.

  • seconds: Seconds place value.

  • frames: Frames place value.