Enum video_timecode::TimecodeErrorKind
[−]
[src]
pub enum TimecodeErrorKind {
InvalidFormat,
InvalidTimecode,
}Error values for this library.
Variants
InvalidFormatTimecode parsing failed due to input having an invalid format.
InvalidTimecodeTimecode had an invalid value. For instance the frame field might have a value higher than the frame rate allows.