Skip to main content

Module reader

Module reader 

Source
Expand description

Timecode reader/decoder module.

Provides VITC parsing, LTC decode approximation, and timecode validation.

Structs§

DecodedTimecode
Decoded timecode with metadata about source and confidence.
LtcDecoder
LTC (Linear Timecode) decoder state.
TimecodeValidator
Timecode validator.
VitcParseResult
Result of a VITC line parse attempt.
VitcParser
VITC (Vertical Interval Timecode) parser.

Enums§

TimecodeSource
Source of a decoded timecode.
VitcLine
VITC line number selector for standard formats.

Functions§

parse_timecode_string
Parse a timecode string in HH:MM:SS:FF or HH:MM:SS;FF format.