Expand description
Timecode validation rules and violation reporting.
This module provides structured validation of SMPTE timecodes against a configurable set of rules, producing typed violation reports rather than bare errors so callers can decide how to handle each issue.
Structs§
- TcViolation
- A validation violation: which rule failed and a human-readable message.
- Timecode
Validator - Validates timecodes against a configurable set of rules.
- Validator
Config - Configuration for
TimecodeValidator.
Enums§
- Validation
Rule - A single validation rule that can be applied to a timecode.