Vtc.Timecode.Sections (vtc v0.1.9) View Source
Holds the individual sections of a timecode for formatting / manipulation.
Link to this section Summary
Link to this section Types
Specs
t() :: %Vtc.Timecode.Sections{
frames: integer(),
hours: integer(),
minutes: integer(),
negative: boolean(),
seconds: integer()
}
The type of Vtc.Timecode.Sections.
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.