class WaveFile::InvalidSMPTETimecodeError
Error that is raised when constructing a SMPTETimecode
instance that is not valid. Valid means that each field is in the range that can be encoded in a *.wav file, but not not necessarily semantically correct. For example, a SMPTETimecode
field can be constructed with a hours value of 100, even though this isn’t a valid value in real life.