Crate video_timecode [−] [src]
A library for manipulating SMPTE timecodes.
Structs
| FrameRate24 | |
| FrameRate25 | |
| FrameRate30 | |
| FrameRate50 | |
| FrameRate60 | |
| FrameRate2398 | |
| FrameRate2997 | |
| FrameRate5994 | |
| Timecode |
Representation of a timecode as a struct, generic over types implementing the trait FrameRate. |
| TimecodeError |
All Result values returned by this library will use this for error values. |
Enums
| TimecodeErrorKind |
Error values for this library. |
Traits
| FrameRate |
Trait describing frame rates. |